changeset 10416:9a7816903705

Use dummy implementation also if USE_WIN32_THREADS.
author Yoann Vandoorselaere <yoann.v@prelude-ids.com>
date Fri, 12 Sep 2008 02:34:54 +0200
parents 59a0f4cf8022
children 16acbb4dea09
files ChangeLog lib/glthread/cond.h
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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+.
--- a/lib/glthread/cond.h
+++ b/lib/glthread/cond.h
@@ -269,7 +269,7 @@
 
 /* ========================================================================= */
 
-#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.  */