From 5c9c4201110bd37316ec0a96a4f16d93aba34768 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 5 Jul 2007 14:51:10 +0000 Subject: [PATCH] svn:r10740 --- src/common/compat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;