diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-05-14 13:36:52 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-05-14 13:36:52 -0400 |
commit | 9ffccb3f49e1c73b34c0bd41fd3bc7116afab4b7 (patch) | |
tree | 2bb7ed038f93877bae7c4d4b834b43a8d0409255 /configure.in | |
parent | ee1b8196d372a1a407b3e4bd23e9860376330e69 (diff) | |
download | tor-9ffccb3f49e1c73b34c0bd41fd3bc7116afab4b7.tar.gz tor-9ffccb3f49e1c73b34c0bd41fd3bc7116afab4b7.zip |
Remove all instances of WIN32_WINNT (without leading _)
We started adding it in 59e2c77824840f back in 2004, 8 years and 3
days ago. It's time to deprogram ourselves from this cargo cult.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.in b/configure.in index f4e0fea704..92b7acbeba 100644 --- a/configure.in +++ b/configure.in @@ -796,7 +796,6 @@ AC_CHECK_TYPES([struct in6_addr, struct sockaddr_in6, sa_family_t], , , #include <sys/socket.h> #endif #ifdef _WIN32 -#define WIN32_WINNT 0x400 #define _WIN32_WINNT 0x400 #define WIN32_LEAN_AND_MEAN #if defined(_MSC_VER) && (_MSC_VER < 1300) @@ -821,7 +820,6 @@ AC_CHECK_MEMBERS([struct in6_addr.s6_addr32, struct in6_addr.s6_addr16, struct s #include <sys/socket.h> #endif #ifdef _WIN32 -#define WIN32_WINNT 0x400 #define _WIN32_WINNT 0x400 #define WIN32_LEAN_AND_MEAN #if defined(_MSC_VER) && (_MSC_VER < 1300) |