aboutsummaryrefslogtreecommitdiff
path: root/src/common/compat.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-07-05 14:51:10 +0000
committerNick Mathewson <nickm@torproject.org>2007-07-05 14:51:10 +0000
commit5c9c4201110bd37316ec0a96a4f16d93aba34768 (patch)
tree56188bef35414a9c4458787d9a04f145e6ee43fe /src/common/compat.c
parentae4ab0f617bd6d9f544193f2fb7edfa1c7169056 (diff)
downloadtor-5c9c4201110bd37316ec0a96a4f16d93aba34768.tar.gz
tor-5c9c4201110bd37316ec0a96a4f16d93aba34768.zip
svn:r10740
Diffstat (limited to 'src/common/compat.c')
-rw-r--r--src/common/compat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/compat.c b/src/common/compat.c
index 62749a4e5f..0772f4ff91 100644
--- a/src/common/compat.c
+++ b/src/common/compat.c
@@ -1439,7 +1439,7 @@ tor_gmtime_r(const time_t *timep, struct tm *result)
#endif
#endif
-#if defined(USE_WIN32_THREADS) && 0
+#ifdef USE_WIN32_THREADS
/** A generic lock structure for multithreaded builds. */
struct tor_mutex_t {
HANDLE handle;