10 Feb
2015
10 Feb
'15
12:41 p.m.
Matteo Bruni <mbruni(a)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. -- Alexandre Julliard julliard(a)winehq.org