]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/file-private.h
Migrate Windows conditional code to _WIN32 define.
[thirdparty/cups.git] / cups / file-private.h
index 2a509fae937f42abc4b7c130b33b14e376a823de..dff3ed99199dc4c7a55b6fcda82e65d7baa2e4d3 100644 (file)
 #  ifdef HAVE_LIBZ
 #    include <zlib.h>
 #  endif /* HAVE_LIBZ */
-#  ifdef WIN32
+#  ifdef _WIN32
 #    include <io.h>
 #    include <sys/locking.h>
-#  endif /* WIN32 */
+#  endif /* _WIN32 */
 
 
 /*