X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2Fmesa%2Fsrc%2Finclude%2FGL%2Fgl.h;h=60518d2eb4d2173ae5ac82f52a69e2bde3789b27;hb=004985e17e624662a4c85c76a7654039dc83f028;hp=e65e1bc8a8f4e99239442b5e99853cf9686115d3;hpb=2f108dbacb161091e42a3479f4e171339b7e7623;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/mesa/src/include/GL/gl.h b/src/third_party/mesa/src/include/GL/gl.h index e65e1bc..60518d2 100644 --- a/src/third_party/mesa/src/include/GL/gl.h +++ b/src/third_party/mesa/src/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