From 9976dbbcbc32aeace8f5f74e3d91a13abde4ab70 Mon Sep 17 00:00:00 2001 From: simon 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. git-svn-id: svn://svn.tartarus.org/sgt/putty@1531 cda61777-01e9-0310-a592-d414129be87e --- 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 -- 2.11.0