diff options
Diffstat (limited to 'third_party/mesa/README.chromium')
-rw-r--r-- | third_party/mesa/README.chromium | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/mesa/README.chromium b/third_party/mesa/README.chromium index 050ad03..c257cca 100644 --- a/third_party/mesa/README.chromium +++ b/third_party/mesa/README.chromium @@ -35,3 +35,6 @@ Later modifications: #if defined(__BEOS__) || defined(__QUICKDRAW__) #pragma export on #endif + +- Commented out this in gl.h: +# define GLAPI __declspec(dllimport) |