]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/util.c
Migrate Windows conditional code to _WIN32 define.
[thirdparty/cups.git] / cups / util.c
index b15963e9ebe38353b53ab9a21b669256e4c08f1d..077c0e8857ce88f2c53e22286bff5286b89a87a9 100644 (file)
 #include "cups-private.h"
 #include <fcntl.h>
 #include <sys/stat.h>
-#if defined(WIN32) || defined(__EMX__)
+#if defined(_WIN32) || defined(__EMX__)
 #  include <io.h>
 #else
 #  include <unistd.h>
-#endif /* WIN32 || __EMX__ */
+#endif /* _WIN32 || __EMX__ */
 
 
 /*