]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/debug.c
Migrate Windows conditional code to _WIN32 define.
[thirdparty/cups.git] / cups / debug.c
index a52fbd1031e713490935a39a0a01467983a6d38c..b04432b5e3628159e4f3e9f56528c26bd13e5184 100644 (file)
@@ -12,7 +12,7 @@
 
 #include "cups-private.h"
 #include "thread-private.h"
-#ifdef WIN32
+#ifdef _WIN32
 #  include <sys/timeb.h>
 #  include <time.h>
 #  include <io.h>
@@ -30,7 +30,7 @@ _cups_gettimeofday(struct timeval *tv,        /* I  - Timeval struct */
 #else
 #  include <sys/time.h>
 #  include <unistd.h>
-#endif /* WIN32 */
+#endif /* _WIN32 */
 #include <regex.h>
 #include <fcntl.h>