summaryrefslogtreecommitdiffstats
path: root/third_party/mesa/README.chromium
diff options
context:
space:
mode:
authorapatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-27 18:28:12 +0000
committerapatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-27 18:28:12 +0000
commit416b81c402d6a490abfd61b87b452d54071291be (patch)
treec867298a796da25fef14c7ba44b197713d23f69a /third_party/mesa/README.chromium
parent885dc2c4995c28dcd4381d845cb39522782dac29 (diff)
downloadchromium_src-416b81c402d6a490abfd61b87b452d54071291be.zip
chromium_src-416b81c402d6a490abfd61b87b452d54071291be.tar.gz
chromium_src-416b81c402d6a490abfd61b87b452d54071291be.tar.bz2
Fixed compilation errors for Windows multi-DLL build.
TEST=try BUG=none Review URL: http://codereview.chromium.org/2856063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53813 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/mesa/README.chromium')
-rw-r--r--third_party/mesa/README.chromium3
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)