From dea851d6311b95ec981b9f8af1dc644b5dd2487a Mon Sep 17 00:00:00 2001 From: simon Date: Sat, 19 May 2001 13:56:39 +0000 Subject: [PATCH] Update the two commented-out CFLAGS to include the same _WIN32_WINDOWS definition as the uncommented one. git-svn-id: svn://svn.tartarus.org/sgt/putty@1136 cda61777-01e9-0310-a592-d414129be87e --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7b2122fa..24031c55 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ ##-- # Enable debug and incremental linking and compiling -# CFLAGS = /nologo /W3 /YX /Yd /O1 /Gi /D_WINDOWS /DDEBUG +# CFLAGS = /nologo /W3 /YX /Yd /O1 /Gi /D_WINDOWS /DDEBUG /D_WIN32_WINDOWS=0x401 # LFLAGS = /debug # Disable debug and incremental linking and compiling @@ -58,7 +58,7 @@ CFLAGS = /nologo /W3 /O1 /D_WINDOWS /D_WIN32_WINDOWS=0x401 LFLAGS = /incremental:no /fixed # Use MSVC DLL -# CFLAGS = /nologo /W3 /O1 /MD /D_WINDOWS +# CFLAGS = /nologo /W3 /O1 /MD /D_WINDOWS /D_WIN32_WINDOWS=0x401 # LFLAGS = /incremental:no .c.obj: -- 2.11.0