]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - windows/window.c
Update WINVER to 0x500 to avoid build failures from Jacob's
[PuTTY.git] / windows / window.c
index f49e3da663ae191b3e03356dd318e965caf9b3dd..824827a7088912d091c59035cff218a38b8544e3 100644 (file)
 #include <limits.h>
 #include <assert.h>
 
+#ifndef NO_MULTIMON
+#define COMPILE_MULTIMON_STUBS
+#endif
+
 #define PUTTY_DO_GLOBALS              /* actually _define_ globals */
 #include "putty.h"
 #include "terminal.h"
 #include "win_res.h"
 
 #ifndef NO_MULTIMON
-#if WINVER < 0x0500
-#define COMPILE_MULTIMON_STUBS
 #include <multimon.h>
 #endif
-#endif
 
 #include <imm.h>
 #include <commctrl.h>