]> granicus.if.org Git - libevent/commitdiff
Do not define WIN32 in Makefile.nmake
authorPeter Rosin <peda@lysator.liu.se>
Wed, 25 May 2011 23:54:44 +0000 (19:54 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 26 May 2011 00:04:53 +0000 (20:04 -0400)
Makefile.nmake
test/Makefile.nmake

index 4cd04c13c9cb97778d0fe2ef5c8384e8980c2969..e472e98894ff7081cf0c2dae5a380333d8f1985d 100644 (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
index 2c240eec0d1867a140aecc3c4fbceeab57a8e35e..e361d655af2da334cd451a57d4e459ac8d74e386 100644 (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