Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(891)

Unified Diff: third_party/glew/src/glew.c

Issue 1743004: Windows OSMesa DLL only exports OSMesa functions.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/glew/src/glew.c
===================================================================
--- third_party/glew/src/glew.c (revision 45358)
+++ third_party/glew/src/glew.c (working copy)
@@ -86,7 +86,7 @@
oglImage = LoadLibraryA("opengl32.dll");
}
else {
- osmesaGetProcAddress = (PFNOSMESAGETPROCADDRESSPROC) GetProcAddress(oglImage, "_OSMesaGetProcAddress@4");
+ osmesaGetProcAddress = (PFNOSMESAGETPROCADDRESSPROC) GetProcAddress(oglImage, "OSMesaGetProcAddress");
}
}
if (NULL != oglImage) {
« no previous file with comments | « no previous file | third_party/mesa/MesaLib/src/mesa/drivers/osmesa/osmesa.def » ('j') | third_party/mesa/mesa.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698