aboutsummaryrefslogtreecommitdiffstats
path: root/cups/thread-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'cups/thread-private.h')
-rw-r--r--cups/thread-private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cups/thread-private.h b/cups/thread-private.h
index 79d24386..ae8163d1 100644
--- a/cups/thread-private.h
+++ b/cups/thread-private.h
@@ -46,7 +46,7 @@ typedef pthread_key_t _cups_threadkey_t;
# define _cupsThreadGetData(k) pthread_getspecific(k)
# define _cupsThreadSetData(k,p) pthread_setspecific(k,p)
-# elif defined(WIN32) /* Windows threading */
+# elif defined(_WIN32) /* Windows threading */
# include <winsock2.h>
# include <windows.h>
typedef void *(__stdcall *_cups_thread_func_t)(void *arg);