summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorrpj <rpj>2011-07-03 01:39:00 +0000
committerrpj <rpj>2011-07-03 01:39:00 +0000
commit0839be6d0a321aa805d2b31bf38ea13e76ccb532 (patch)
treebe1f839c56c2ebdc63bebccd1d8dd24980c36acf /Makefile
parent758deae4c0be2c7ff2fb1d0c55e6aeead86abbb7 (diff)
_WIN32_WINNT definition
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)