]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - backend/usb.c
Switch to _WIN32 for Windows test.
[thirdparty/cups.git] / backend / usb.c
index a3b6fba097f74d15f2c445be43553c133c51d691..b71f21dc3643e088013ba60cabda3c7f9cfd3c20 100644 (file)
 
 #include "backend-private.h"
 
-#ifdef WIN32
+#ifdef _WIN32
 #  include <io.h>
 #else
 #  include <unistd.h>
 #  include <fcntl.h>
 #  include <termios.h>
-#endif /* WIN32 */
+#endif /* _WIN32 */
 
 
 /*