Matteo Bruni mbruni@codeweavers.com writes:
@@ -834,6 +849,9 @@ PROC WINAPI wglGetProcAddress( LPCSTR name ) *func_ptr = driver_func; }
- if (!strcmp(name, "glGetStringi"))
return (void *)glGetStringi;
It seems to me you could handle this one through the extension table instead of special casing it.