[or-cvs] r10740: (in tor/trunk: . src/common)
nickm at seul.org
nickm at seul.org
Thu Jul 5 14:51:10 UTC 2007
Author: nickm
Date: 2007-07-05 10:51:10 -0400 (Thu, 05 Jul 2007)
New Revision: 10740
Modified:
tor/trunk/
tor/trunk/src/common/compat.c
Log:
Property changes on: tor/trunk
___________________________________________________________________
svk:merge ticket from /tor/trunk [r13589] on c95137ef-5f19-0410-b913-86e773d04f59
Modified: tor/trunk/src/common/compat.c
===================================================================
--- tor/trunk/src/common/compat.c 2007-07-05 14:51:01 UTC (rev 10739)
+++ tor/trunk/src/common/compat.c 2007-07-05 14:51:10 UTC (rev 10740)
@@ -1439,7 +1439,7 @@
#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;
More information about the tor-commits
mailing list