소스 검색

svn:r10740

Nick Mathewson 17 년 전
부모
커밋
5c9c420111
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/common/compat.c

+ 1 - 1
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;