summaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi/glapi_x86-64.S
diff options
context:
space:
mode:
authorIan Romanick <[email protected]>2011-08-25 08:25:09 -0700
committerIan Romanick <[email protected]>2011-08-26 23:31:23 -0700
commit93db12a721ec2a68d99d68ea7fb9a471c2af23a0 (patch)
tree51e8ee5066aeec847a96365c94d7c9edcb90225d /src/mapi/glapi/glapi_x86-64.S
parentc30181c7c33f75d527c2c4dd1d77744027fc3ec6 (diff)
mesa: Remove support for BeOS
Acked-by: Kristian Høgsberg <[email protected]> Acked-by: Marek Olšák <[email protected]> Acked-by: Alan Coopersmith <[email protected]> Acked-by: Jakob Bornecrantz <[email protected]> Acked-by: Dave Airlie <[email protected]> Build-Tested-by: Jakob Bornecrantz <[email protected]> Tested-by: Eugeni Dodonov <[email protected]>
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 ce54755c544..0746eabc640 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) || defined(BEOS_THREADS)
+#if defined(PTHREADS) || defined(WIN32)
# define THREADS
#endif