Patch from RDB: make /DNO_MULTIMON (mentioned as a possible
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 8 Jan 2002 09:44:23 +0000 (09:44 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 8 Jan 2002 09:44:23 +0000 (09:44 +0000)
compile-time definition in the Makefile) actually work. D'oh.

git-svn-id: svn://svn.tartarus.org/sgt/putty@1531 cda61777-01e9-0310-a592-d414129be87e

window.c

index 5990101..6f5b670 100644 (file)
--- a/window.c
+++ b/window.c
 #endif
 #endif
 
+#ifndef NO_MULTIMON
 #if WINVER < 0x0500
 #define COMPILE_MULTIMON_STUBS
 #include <multimon.h>
 #endif
+#endif
 
 #include <stdio.h>
 #include <stdlib.h>