]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
We do not need to define _WIN32 by hand; MSVC does that for us
authorNick Mathewson <nickm@torproject.org>
Mon, 14 May 2012 16:22:51 +0000 (12:22 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 14 May 2012 16:22:51 +0000 (12:22 -0400)
Bug 5858; fix on 0.2.3.12-alpha

changes/bug5858 [new file with mode: 0644]
src/win32/orconfig.h

diff --git a/changes/bug5858 b/changes/bug5858
new file mode 100644 (file)
index 0000000..aa1e8bb
--- /dev/null
@@ -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.
+
index f6bbf8bc4e8255efad426d1703b7c8fbd2e5bd2e..a08d0c6b5867fe38aeda30406e86a3f0cd174f4d 100644 (file)
@@ -3,7 +3,6 @@
  */
 
 /* Windows-only defines. */
-#define _WIN32
 #define CONFDIR ""
 
 /* Define to 1 if you have the <arpa/inet.h> header file. */