Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Unified Diff: include/GL/gl.h

Issue 246843006: mesa: Disable use of "pragma export" on OS X. clang doesn't understand it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/mesa/
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | include/GL/osmesa.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/GL/gl.h
===================================================================
--- include/GL/gl.h (revision 261106)
+++ include/GL/gl.h (working copy)
@@ -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
« no previous file with comments | « no previous file | include/GL/osmesa.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698