diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-07-05 14:51:10 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-07-05 14:51:10 +0000 |
commit | 5c9c4201110bd37316ec0a96a4f16d93aba34768 (patch) | |
tree | 56188bef35414a9c4458787d9a04f145e6ee43fe /src/common/compat.c | |
parent | ae4ab0f617bd6d9f544193f2fb7edfa1c7169056 (diff) | |
download | tor-5c9c4201110bd37316ec0a96a4f16d93aba34768.tar.gz tor-5c9c4201110bd37316ec0a96a4f16d93aba34768.zip |
svn:r10740
Diffstat (limited to 'src/common/compat.c')
-rw-r--r-- | src/common/compat.c | 2 |
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; |