]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/getputfile.c
Migrate Windows conditional code to _WIN32 define.
[thirdparty/cups.git] / cups / getputfile.c
index 2cdb9cb0999440f7c260aec009b890aa30607e4d..4e958931576e3785502c4524326696bc0296b724 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__ */
 
 
 /*