Yeah, that's what I meant. :)
--- a/src/video/wincommon/SDL_wingl.c Mon May 01 11:07:04 2006 +0000
+++ b/src/video/wincommon/SDL_wingl.c Mon May 01 23:13:16 2006 +0000
@@ -341,7 +341,7 @@
* on it, it will not be removed. strstr should be safe here.*/
glGetStringFunc = WIN_GL_GetProcAddress(this, "glGetString");
if ( glGetStringFunc ) {
- wglext = (const char *)this->glGetString(GL_EXTENSIONS);
+ wglext = (const char *)glGetStringFunc(GL_EXTENSIONS);
} else {
/* Uh oh, something is seriously wrong here... */
wglext = NULL;