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