]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/cupsd.h
Stop advertising the HTTP methods that are supported (Issue #5540)
[thirdparty/cups.git] / scheduler / cupsd.h
index c0174fae7152fb800719d3909e81be94f3697764..bc1350e7e7640376469a6744a0b6fd875cea1dcf 100644 (file)
 #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"