We do not need to define _WIN32 by hand; MSVC does that for us

Bug 5858; fix on 0.2.3.12-alpha
This commit is contained in:
Nick Mathewson
2012-05-14 12:22:51 -04:00
parent b6028b9e8b
commit c5e87ef234
2 changed files with 4 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor bugfixes:
- Remove bogus definition of "_WIN32" from src/win32/orconfig.h, to
unbreak the MSVC build. Fies bug 5858; bugfix on 0.2.3.12-alpha.