summaryrefslogtreecommitdiff
path: root/scheduler/cupsd.h
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 /scheduler/cupsd.h
parent19dc16f764492eb3b1cf7c57b7f645e214cb9b3a (diff)
downloadcups-24a06ed38135679efe65e3a6cf844c64cd04f79e.tar.gz
Migrate Windows conditional code to _WIN32 define.
Diffstat (limited to 'scheduler/cupsd.h')
-rw-r--r--scheduler/cupsd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/scheduler/cupsd.h b/scheduler/cupsd.h
index c0174fae7..bc1350e7e 100644
--- a/scheduler/cupsd.h
+++ b/scheduler/cupsd.h
@@ -27,11 +27,11 @@
#include <sys/stat.h>
#include <sys/wait.h>
-#ifdef WIN32
+#ifdef _WIN32
# include <direct.h>
#else
# include <unistd.h>
-#endif /* WIN32 */
+#endif /* _WIN32 */
#include "mime.h"