Do not define WIN32 in Makefile.nmake

This commit is contained in:
Peter Rosin 2011-05-25 19:54:44 -04:00 committed by Nick Mathewson
parent 85078b1faf
commit d41f3ea24e
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# tons of important things. DO NOT RELY ON IT TO BUILD A GOOD LIBEVENT.
# Needed for correctness
CFLAGS=/IWIN32-Code /Iinclude /Icompat /DWIN32 /DHAVE_CONFIG_H /I.
CFLAGS=/IWIN32-Code /Iinclude /Icompat /DHAVE_CONFIG_H /I.
# For optimization and warnings
CFLAGS=$(CFLAGS) /Ox /W3 /wd4996 /nologo

View File

@ -1,5 +1,5 @@
CFLAGS=/I.. /I../WIN32-Code /I../include /I../compat /DWIN32 /DHAVE_CONFIG_H /DTINYTEST_LOCAL
CFLAGS=/I.. /I../WIN32-Code /I../include /I../compat /DHAVE_CONFIG_H /DTINYTEST_LOCAL
CFLAGS=$(CFLAGS) /Ox /W3 /wd4996 /nologo