r13596@kushana: nickm | 2007-07-05 10:53:22 -0400

Argh, re-enable CRITICAL_SECTION code in win32.


svn:r10741
This commit is contained in:
Nick Mathewson 2007-07-05 14:53:27 +00:00
parent 5c9c420111
commit a9469098ca
1 changed files with 1 additions and 1 deletions

View File

@ -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;