summaryrefslogtreecommitdiff
path: root/include/GL/gl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/GL/gl.h')
-rw-r--r--include/GL/gl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/GL/gl.h b/include/GL/gl.h
index e65e1bc..60518d2 100644
--- a/include/GL/gl.h
+++ b/include/GL/gl.h
@@ -72,7 +72,8 @@
# define GLAPIENTRY
#endif /* WIN32 && !CYGWIN */
-#if (defined(__BEOS__) && defined(__POWERPC__)) || defined(__QUICKDRAW__)
+/* See https://bugs.freedesktop.org/show_bug.cgi?id=77749 */
+#if (defined(__BEOS__) && defined(__POWERPC__)) /* || defined(__QUICKDRAW__) */
# define PRAGMA_EXPORT_SUPPORTED 1
#endif