summaryrefslogtreecommitdiff
path: root/src/or
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-05-16 09:56:49 -0400
committerNick Mathewson <nickm@torproject.org>2012-05-16 09:56:49 -0400
commitd5ccaa6e2b8c73a1d9d43b82c782c7b10557fe5c (patch)
tree0f2bbf1177a36435ecc92d187d4adb855de23caa /src/or
parent1150b6b43e0d27eaf8e285c6421226de0309809b (diff)
parent21e32619146db4602bc35acd0f237a91b43fd754 (diff)
downloadtor-d5ccaa6e2b8c73a1d9d43b82c782c7b10557fe5c.tar.gz
tor-d5ccaa6e2b8c73a1d9d43b82c782c7b10557fe5c.zip
Merge branch 'win32_winnt'
Diffstat (limited to 'src/or')
-rw-r--r--src/or/or.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/or/or.h b/src/or/or.h
index b8fee649ea..76681c9eea 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -23,11 +23,8 @@
#endif
#ifdef _WIN32
-#ifndef WIN32_WINNT
-#define WIN32_WINNT 0x400
-#endif
#ifndef _WIN32_WINNT
-#define _WIN32_WINNT 0x400
+#define _WIN32_WINNT 0x0501
#endif
#define WIN32_LEAN_AND_MEAN
#endif