diff options
Diffstat (limited to 'third_party/mesa/README.chromium')
-rw-r--r-- | third_party/mesa/README.chromium | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/third_party/mesa/README.chromium b/third_party/mesa/README.chromium index 51652b6..15efc64 100644 --- a/third_party/mesa/README.chromium +++ b/third_party/mesa/README.chromium @@ -25,3 +25,8 @@ Later modifications: - Changed these typedefs in glext.h to be the same as khrplatform.h
typedef signed long int GLintptr; typedef signed long int GLsizeiptr; + +- Commented out this in gl.h: +#if (defined(__BEOS__) && defined(__POWERPC__)) || defined(__QUICKDRAW__) +# define PRAGMA_EXPORT_SUPPORTED 1 +#endif |