[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r10741: Argh, re-enable CRITICAL_SECTION code in win32. (in tor/trunk: . src/common)



Author: nickm
Date: 2007-07-05 10:53:27 -0400 (Thu, 05 Jul 2007)
New Revision: 10741

Modified:
   tor/trunk/
   tor/trunk/src/common/compat.c
Log:
 r13596@kushana:  nickm | 2007-07-05 10:53:22 -0400
 Argh, re-enable CRITICAL_SECTION code in win32.



Property changes on: tor/trunk
___________________________________________________________________
 svk:merge ticket from /tor/trunk [r13596] on c95137ef-5f19-0410-b913-86e773d04f59

Modified: tor/trunk/src/common/compat.c
===================================================================
--- tor/trunk/src/common/compat.c	2007-07-05 14:51:10 UTC (rev 10740)
+++ tor/trunk/src/common/compat.c	2007-07-05 14:53:27 UTC (rev 10741)
@@ -1439,7 +1439,7 @@
 #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;