summaryrefslogtreecommitdiff
path: root/cgi-bin
diff options
context:
space:
mode:
Diffstat (limited to 'cgi-bin')
-rw-r--r--cgi-bin/cgi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cgi-bin/cgi.h b/cgi-bin/cgi.h
index 70a0edca5..c7e221b28 100644
--- a/cgi-bin/cgi.h
+++ b/cgi-bin/cgi.h
@@ -15,12 +15,12 @@
# include <time.h>
# include <sys/stat.h>
-# ifdef WIN32
+# ifdef _WIN32
# include <direct.h>
# include <io.h>
# else
# include <unistd.h>
-# endif /* WIN32 */
+# endif /* _WIN32 */
# include <cups/cups.h>
# include <cups/array.h>