summaryrefslogtreecommitdiff
path: root/src/mapi/glapi/glapi_x86-64.S
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2010-12-02 17:27:05 +0000
committerJosé Fonseca <jfonseca@vmware.com>2010-12-02 17:35:03 +0000
commite3659329e0b91ea78afe32e231f2f75d3d728af9 (patch)
treeaeee753d498c148238dbfc9531255078eebbaf60 /src/mapi/glapi/glapi_x86-64.S
parentaf4f75c8fe1c53b8def966f480e7fda8021f1b63 (diff)
WIN32_THREADS -> WIN32
Fixes nasty bug where some parts of the code didn't define WIN32_THREADS and were using the integer mutex implementation, causing even confusion to the debuggers. And there is little interest of other thread implemenation on Win32 besides Win32 threads.
Diffstat (limited to 'src/mapi/glapi/glapi_x86-64.S')
-rw-r--r--src/mapi/glapi/glapi_x86-64.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/glapi/glapi_x86-64.S b/src/mapi/glapi/glapi_x86-64.S
index ce0cf680b1..af46f2b337 100644
--- a/src/mapi/glapi/glapi_x86-64.S
+++ b/src/mapi/glapi/glapi_x86-64.S
@@ -45,7 +45,7 @@
# define GL_PREFIX(n) GLNAME(CONCAT(gl,n))
# endif
-#if defined(PTHREADS) || defined(WIN32_THREADS) || defined(BEOS_THREADS)
+#if defined(PTHREADS) || defined(WIN32) || defined(BEOS_THREADS)
# define THREADS
#endif