aboutsummaryrefslogtreecommitdiffstats
path: root/cups/sidechannel.c
diff options
context:
space:
mode:
Diffstat (limited to 'cups/sidechannel.c')
-rw-r--r--cups/sidechannel.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/cups/sidechannel.c b/cups/sidechannel.c
index a4cd960a..f2dbabd6 100644
--- a/cups/sidechannel.c
+++ b/cups/sidechannel.c
@@ -19,15 +19,15 @@
#include "sidechannel.h"
#include "cups-private.h"
-#ifdef WIN32
+#ifdef _WIN32
# include <io.h>
#else
# include <unistd.h>
-#endif /* WIN32 */
-#ifndef WIN32
+#endif /* _WIN32 */
+#ifndef _WIN32
# include <sys/select.h>
# include <sys/time.h>
-#endif /* !WIN32 */
+#endif /* !_WIN32 */
#ifdef HAVE_POLL
# include <poll.h>
#endif /* HAVE_POLL */