aboutsummaryrefslogtreecommitdiff
path: root/src/common/aes.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-05-14 13:36:52 -0400
committerNick Mathewson <nickm@torproject.org>2012-05-14 13:36:52 -0400
commit9ffccb3f49e1c73b34c0bd41fd3bc7116afab4b7 (patch)
tree2bb7ed038f93877bae7c4d4b834b43a8d0409255 /src/common/aes.c
parentee1b8196d372a1a407b3e4bd23e9860376330e69 (diff)
downloadtor-9ffccb3f49e1c73b34c0bd41fd3bc7116afab4b7.tar
tor-9ffccb3f49e1c73b34c0bd41fd3bc7116afab4b7.tar.gz
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 'src/common/aes.c')
-rw-r--r--src/common/aes.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/common/aes.c b/src/common/aes.c
index a9a018851..692f1bca9 100644
--- a/src/common/aes.c
+++ b/src/common/aes.c
@@ -12,9 +12,6 @@
#include "orconfig.h"
#ifdef _WIN32 /*wrkard for dtls1.h >= 0.9.8m of "#include <winsock.h>"*/
- #ifndef WIN32_WINNT
- #define WIN32_WINNT 0x400
- #endif
#ifndef _WIN32_WINNT
#define _WIN32_WINNT 0x400
#endif