From c5e87ef234e2feb7ac892f31c4c7eaedc56b06b2 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 14 May 2012 12:22:51 -0400 Subject: We do not need to define _WIN32 by hand; MSVC does that for us Bug 5858; fix on 0.2.3.12-alpha --- src/win32/orconfig.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/win32') diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h index f6bbf8bc4e..a08d0c6b58 100644 --- a/src/win32/orconfig.h +++ b/src/win32/orconfig.h @@ -3,7 +3,6 @@ */ /* Windows-only defines. */ -#define _WIN32 #define CONFDIR "" /* Define to 1 if you have the header file. */ -- cgit v1.2.3-54-g00ecf