]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/file-private.h
Switch to _WIN32 for Windows test.
[thirdparty/cups.git] / cups / file-private.h
index 0f01eb7d100c491919e65693baf40af3f8b9745d..6789283e2d5e77f89ac5314bd3c4ed6242759849 100644 (file)
 #  include <stdarg.h>
 #  include <fcntl.h>
 
-#  ifdef WIN32
+#  ifdef _WIN32
 #    include <io.h>
 #    include <sys/locking.h>
-#  endif /* WIN32 */
+#  endif /* _WIN32 */
 
 
 /*