ui/common/condvar.c

changeset 103
6606616eca9f
parent 100
d2bd73d28ff1
--- a/ui/common/condvar.c	Tue Feb 25 21:11:00 2025 +0100
+++ b/ui/common/condvar.c	Sat Apr 05 16:46:11 2025 +0200
@@ -26,6 +26,8 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+#ifndef _WIN32
+
 #include "condvar.h"
 
 #include <stdlib.h>
@@ -68,3 +70,5 @@
     free(p);
     
 }
+
+#endif
\ No newline at end of file

mercurial