Use glib WIN32 defines

This commit is contained in:
Patrick Griffis
2017-06-26 19:14:52 -04:00
parent 8f2429a2d2
commit 8a6570862f
57 changed files with 186 additions and 191 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
#include <ctype.h>
#include <stdarg.h>
#ifndef WIN32
#ifndef G_OS_WIN32
#include <unistd.h>
#endif