]> wimlib.net Git - wimlib/blobdiff - src/compress_parallel.c
Make win32.h includable on non-Windows
[wimlib] / src / compress_parallel.c
index 0569b176fcbf2a9842585c7b6e0962bc3d8cf490..9b3c8521e34e87a52936b7c9af1cce1d0e5dd973 100644 (file)
@@ -42,9 +42,7 @@
 #include "wimlib/error.h"
 #include "wimlib/list.h"
 #include "wimlib/util.h"
-#ifdef __WIN32__
-#  include "wimlib/win32.h" /* win32_get_number_of_processors() */
-#endif
+#include "wimlib/win32.h" /* win32_get_number_of_processors() */
 
 struct message_queue {
        struct list_head list;