1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 01:48:00 +00:00

Patch from RDB: make /DNO_MULTIMON (mentioned as a possible

compile-time definition in the Makefile) actually work. D'oh.

[originally from svn r1531]
This commit is contained in:
Simon Tatham 2002-01-08 09:44:23 +00:00
parent ff1e19f285
commit c7aec27d6f

View File

@ -11,10 +11,12 @@
#endif
#endif
#ifndef NO_MULTIMON
#if WINVER < 0x0500
#define COMPILE_MULTIMON_STUBS
#include <multimon.h>
#endif
#endif
#include <stdio.h>
#include <stdlib.h>