summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
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)