| 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) {
|
|
|