From 0839be6d0a321aa805d2b31bf38ea13e76ccb532 Mon Sep 17 00:00:00 2001 From: rpj Date: Sun, 3 Jul 2011 01:39:00 +0000 Subject: _WIN32_WINNT definition --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 97a65ec..3f3e449 100644 --- a/Makefile +++ b/Makefile @@ -28,8 +28,7 @@ OPTIM = /O2 /Ob2 OPTIMD = CC = cl -#CFLAGS = /W3 /MD /nologo /I. /D_WIN32_WINNT=0x400 /DHAVE_PTW32_CONFIG_H -CPPFLAGS = /I. /D_WIN32_WINNT=0x400 /DHAVE_PTW32_CONFIG_H +CPPFLAGS = /I. /DHAVE_PTW32_CONFIG_H CFLAGS = /W3 /MD /nologo CFLAGSD = /Z7 $(CFLAGS) -- cgit v1.2.3