summaryrefslogtreecommitdiffstats
path: root/include/GL/gl.h
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2013-11-04 17:47:19 -0700
committerBrian Paul <[email protected]>2013-11-04 18:09:57 -0700
commit5a5d2d2db806629d635b72708293c01148f6c1d3 (patch)
treefb6dfb55acc022d4c1451507e9e93300bc867264 /include/GL/gl.h
parent9bdc94b94db18f14725a3ea9d2a9ebe0af1c13fd (diff)
mesa: remove __QUICKDRAW__ tests
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'include/GL/gl.h')
-rw-r--r--include/GL/gl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/GL/gl.h b/include/GL/gl.h
index 0efa6ef81d0..31a28137235 100644
--- a/include/GL/gl.h
+++ b/include/GL/gl.h
@@ -69,7 +69,7 @@
# define GLAPIENTRY
#endif /* WIN32 && !CYGWIN */
-#if (defined(__BEOS__) && defined(__POWERPC__)) || defined(__QUICKDRAW__)
+#if (defined(__BEOS__) && defined(__POWERPC__))
# define PRAGMA_EXPORT_SUPPORTED 1
#endif