aboutsummaryrefslogtreecommitdiff
path: root/mesalib/src/mapi/mapi/u_thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'mesalib/src/mapi/mapi/u_thread.h')
-rw-r--r--mesalib/src/mapi/mapi/u_thread.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mesalib/src/mapi/mapi/u_thread.h b/mesalib/src/mapi/mapi/u_thread.h
index ffe17b207..e53f872c9 100644
--- a/mesalib/src/mapi/mapi/u_thread.h
+++ b/mesalib/src/mapi/mapi/u_thread.h
@@ -153,7 +153,7 @@ u_tsd_set(struct u_tsd *tsd, void *ptr)
* IMPORTANT: Link with multithreaded runtime library when THREADS are
* used!
*/
-#ifdef WIN32
+#ifdef _WIN32
struct u_tsd {
DWORD key;
@@ -225,7 +225,7 @@ u_tsd_set(struct u_tsd *tsd, void *ptr)
}
}
-#endif /* WIN32 */
+#endif /* _WIN32 */
/*