ui/common/threadpool.c

changeset 103
6606616eca9f
parent 100
d2bd73d28ff1
child 108
77254bd6dccb
--- a/ui/common/threadpool.c	Tue Feb 25 21:11:00 2025 +0100
+++ b/ui/common/threadpool.c	Sat Apr 05 16:46:11 2025 +0200
@@ -26,11 +26,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+#ifndef _WIN32
+
 #include "threadpool.h"
 #include "context.h"
 
-#ifndef _WIN32
-
 #include <pthread.h>
 #include <stdio.h>
 #include <string.h>

mercurial