Chromium Code Reviews| 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 |