summaryrefslogtreecommitdiff
path: root/systemv
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2018-10-10 00:18:00 -0400
committerMichael R Sweet <michael.r.sweet@gmail.com>2018-10-10 00:18:00 -0400
commit24a06ed38135679efe65e3a6cf844c64cd04f79e (patch)
treed737fbd9e895a696d13967204efecd22da22eb24 /systemv
parent19dc16f764492eb3b1cf7c57b7f645e214cb9b3a (diff)
downloadcups-24a06ed38135679efe65e3a6cf844c64cd04f79e.tar.gz
Migrate Windows conditional code to _WIN32 define.
Diffstat (limited to 'systemv')
-rw-r--r--systemv/cupstestppd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/systemv/cupstestppd.c b/systemv/cupstestppd.c
index 1880a2dfa..8e498a596 100644
--- a/systemv/cupstestppd.c
+++ b/systemv/cupstestppd.c
@@ -18,9 +18,9 @@
#include <cups/ppd-private.h>
#include <cups/raster.h>
#include <math.h>
-#ifdef WIN32
+#ifdef _WIN32
# define X_OK 0
-#endif /* WIN32 */
+#endif /* _WIN32 */
/*