summaryrefslogtreecommitdiff
path: root/cups/thread.c
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2018-10-10 00:17:22 -0400
committerMichael R Sweet <michael.r.sweet@gmail.com>2018-10-10 00:17:22 -0400
commit19dc16f764492eb3b1cf7c57b7f645e214cb9b3a (patch)
tree1a40bc2a71ace7f53463f8c7f823b6419e648242 /cups/thread.c
parentd65e20fe7c5b192522ba01865bfcbd3dbc0e448e (diff)
downloadcups-19dc16f764492eb3b1cf7c57b7f645e214cb9b3a.tar.gz
Migrate Windows conditional code to _WIN32 define.
Diffstat (limited to 'cups/thread.c')
-rw-r--r--cups/thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cups/thread.c b/cups/thread.c
index 717574ac7..fcab93826 100644
--- a/cups/thread.c
+++ b/cups/thread.c
@@ -203,7 +203,7 @@ _cupsThreadWait(_cups_thread_t thread) /* I - Thread ID */
}
-#elif defined(WIN32)
+#elif defined(_WIN32)
# include <process.h>