From c7aec27d6f41dc75a47e90ff7d290756394730f3 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Tue, 8 Jan 2002 09:44:23 +0000 Subject: [PATCH] Patch from RDB: make /DNO_MULTIMON (mentioned as a possible compile-time definition in the Makefile) actually work. D'oh. [originally from svn r1531] --- window.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/window.c b/window.c index 59901010..6f5b6700 100644 --- a/window.c +++ b/window.c @@ -11,10 +11,12 @@ #endif #endif +#ifndef NO_MULTIMON #if WINVER < 0x0500 #define COMPILE_MULTIMON_STUBS #include #endif +#endif #include #include