aboutsummaryrefslogtreecommitdiff
path: root/src/or/eventdns_tor.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-01-31 11:04:27 -0500
committerNick Mathewson <nickm@torproject.org>2012-01-31 15:48:47 -0500
commit79a80c88eec9a9e1e81c1690de17e97e8a548dc1 (patch)
treecf2e8b904a4dab9f54568c4c0690b117c21cd49c /src/or/eventdns_tor.h
parent5cf9167f919dfef964b1d149731ed04941e25ebf (diff)
downloadtor-79a80c88eec9a9e1e81c1690de17e97e8a548dc1.tar
tor-79a80c88eec9a9e1e81c1690de17e97e8a548dc1.tar.gz
Fix straggling MS_WINDOWS issues; add a changes file
There was one MS_WINDOWS that remained because it wasn't on a macro line; a few remaining uses (and the definition!) in configure.in; and a now-nonsensical stanza of eventdns_tor.h that previously defined 'WIN32' if it didn't exist.
Diffstat (limited to 'src/or/eventdns_tor.h')
-rw-r--r--src/or/eventdns_tor.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/or/eventdns_tor.h b/src/or/eventdns_tor.h
index b3bdde017..c75cff2d1 100644
--- a/src/or/eventdns_tor.h
+++ b/src/or/eventdns_tor.h
@@ -14,11 +14,6 @@ typedef unsigned char u_char;
#endif
#include "torint.h"
-#if defined(_WIN32) && !defined(_WIN32)
-/* How did _this_ happen? */
-#define _WIN32
-#endif
-
/* These are for debugging possible memory leaks. */
#include "util.h"
#include "compat.h"