summaryrefslogtreecommitdiff
path: root/cups/file-private.h
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2018-10-10 00:17:22 -0400
committerMichael R Sweet <michael.r.sweet@gmail.com>2018-10-10 00:17:22 -0400
commit19dc16f764492eb3b1cf7c57b7f645e214cb9b3a (patch)
tree1a40bc2a71ace7f53463f8c7f823b6419e648242 /cups/file-private.h
parentd65e20fe7c5b192522ba01865bfcbd3dbc0e448e (diff)
downloadcups-19dc16f764492eb3b1cf7c57b7f645e214cb9b3a.tar.gz
Migrate Windows conditional code to _WIN32 define.
Diffstat (limited to 'cups/file-private.h')
-rw-r--r--cups/file-private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cups/file-private.h b/cups/file-private.h
index 2a509fae9..dff3ed991 100644
--- a/cups/file-private.h
+++ b/cups/file-private.h
@@ -28,10 +28,10 @@
# ifdef HAVE_LIBZ
# include <zlib.h>
# endif /* HAVE_LIBZ */
-# ifdef WIN32
+# ifdef _WIN32
# include <io.h>
# include <sys/locking.h>
-# endif /* WIN32 */
+# endif /* _WIN32 */
/*