Correct a typo in threads_win32.h

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6238>
This commit is contained in:
Felix Yan
2020-08-08 05:35:35 +00:00
committed by Marge Bot
parent e3069c4257
commit 04bd58ff79

View File

@@ -51,7 +51,7 @@ Configuration macro:
Max registerable TSS dtor number. Max registerable TSS dtor number.
*/ */
// XXX: Retain XP compatability // XXX: Retain XP compatibility
#if 0 #if 0
#if _WIN32_WINNT >= 0x0600 #if _WIN32_WINNT >= 0x0600
// Prefer native WindowsAPI on newer environment. // Prefer native WindowsAPI on newer environment.