summaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-06-29 12:55:03 -0400
committerNick Mathewson <nickm@torproject.org>2015-06-29 12:55:03 -0400
commitd9052c629b94343aef63f4e8c891c9c0a9c097b5 (patch)
treeab5ad9fdf4f329764282104566deacb94d97738c /src/or/or.h
parent66c73abe039611073d6086e617999d56ac8e73bd (diff)
downloadtor-d9052c629b94343aef63f4e8c891c9c0a9c097b5.tar.gz
tor-d9052c629b94343aef63f4e8c891c9c0a9c097b5.zip
Remove checks for visual C 6.
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/or/or.h b/src/or/or.h
index d3a476ecf9..0950277bba 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -22,13 +22,6 @@
#endif
#endif
-#ifdef _WIN32
-#ifndef _WIN32_WINNT
-#define _WIN32_WINNT 0x0501
-#endif
-#define WIN32_LEAN_AND_MEAN
-#endif
-
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif