diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-05-14 12:22:51 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-05-14 12:22:51 -0400 |
commit | c5e87ef234e2feb7ac892f31c4c7eaedc56b06b2 (patch) | |
tree | 72187c37e5b893daa416ac204cbadbf437d3f1bf /src/win32 | |
parent | b6028b9e8b4c97c503a5de83b89f411d003c531b (diff) | |
download | tor-c5e87ef234e2feb7ac892f31c4c7eaedc56b06b2.tar.gz tor-c5e87ef234e2feb7ac892f31c4c7eaedc56b06b2.zip |
We do not need to define _WIN32 by hand; MSVC does that for us
Bug 5858; fix on 0.2.3.12-alpha
Diffstat (limited to 'src/win32')
-rw-r--r-- | src/win32/orconfig.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 <arpa/inet.h> header file. */ |