summaryrefslogtreecommitdiff
path: root/src/mesa/x86/glapi_x86.S
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2004-07-01 23:58:15 +0000
committerIan Romanick <idr@us.ibm.com>2004-07-01 23:58:15 +0000
commit2491d5135ba9aa595041b3db1639ad06e6424f99 (patch)
treef27d1bc15ef025ed4b3b2b647ff73cde6637b781 /src/mesa/x86/glapi_x86.S
parentdedff2c3b2710b81b27503e16cbb37c692dbd7a4 (diff)
Make sure THREADS is set no matter which threading model is selected.
Diffstat (limited to 'src/mesa/x86/glapi_x86.S')
-rw-r--r--src/mesa/x86/glapi_x86.S4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/x86/glapi_x86.S b/src/mesa/x86/glapi_x86.S
index 035d7e0e95..bc4aca5abc 100644
--- a/src/mesa/x86/glapi_x86.S
+++ b/src/mesa/x86/glapi_x86.S
@@ -47,6 +47,10 @@
#define GLOBL_FN(x) GLOBL x
#endif
+#if defined(PTHREADS) || defined(XTHREADS) || defined(SOLARIS_THREADS) || defined(WIN32_THREADS) || defined(BEOS_THREADS)
+# define THREADS
+#endif
+
#if defined(PTHREADS)
# define GL_STUB(fn,off,fn_alt) \
ALIGNTEXT16; \