From a9469098cae65bade0a752593ca7c8770347ce69 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 5 Jul 2007 14:53:27 +0000 Subject: [PATCH] r13596@kushana: nickm | 2007-07-05 10:53:22 -0400 Argh, re-enable CRITICAL_SECTION code in win32. svn:r10741 --- 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 0772f4ff91..62749a4e5f 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 -#ifdef USE_WIN32_THREADS +#if defined(USE_WIN32_THREADS) && 0 /** A generic lock structure for multithreaded builds. */ struct tor_mutex_t { HANDLE handle;