Use dummy implementation also if USE_WIN32_THREADS.
authorYoann Vandoorselaere <yoann.v@prelude-ids.com>
Fri, 12 Sep 2008 00:34:54 +0000 (02:34 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 12 Sep 2008 00:34:54 +0000 (02:34 +0200)
ChangeLog
lib/glthread/cond.h

index 941fe8a..c895a9b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
 
+       * lib/glthread/cond.h: Use dummy implementation also if
+       USE_WIN32_THREADS.
+
+2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
+
        * modules/fnmatch-posix (License): Change to LGPLv2+.
        * modules/fnmatch-gnu (License): Likewise.
 
index f71e627..f832637 100644 (file)
@@ -269,7 +269,7 @@ typedef pthread_cond_t gl_cond_t;
 
 /* ========================================================================= */
 
-#if !(USE_POSIX_THREADS || USE_PTH_THREADS || USE_SOLARIS_THREADS || USE_WIN32_THREADS)
+#if !(USE_POSIX_THREADS || USE_PTH_THREADS || USE_SOLARIS_THREADS)
 
 /* Provide dummy implementation if threads are not supported.  */