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

Unified Diff: include/GL/osmesa.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 | « include/GL/gl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/GL/osmesa.h
===================================================================
--- include/GL/osmesa.h (revision 261106)
+++ include/GL/osmesa.h (working copy)
@@ -101,7 +101,8 @@
typedef struct osmesa_context *OSMesaContext;
-#if defined(__QUICKDRAW__)
+/* See https://bugs.freedesktop.org/show_bug.cgi?id=77749 */
+#if 0 /* defined(__QUICKDRAW__) */
#pragma export on
#endif
« no previous file with comments | « include/GL/gl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698