[PATCH 3/3] opengl32: Use opengl xml registry files.

Alexandre Julliard julliard at winehq.org
Tue Oct 29 07:10:08 CDT 2013


Rico Schüller <kgbricola at web.de> writes:

> ---
>  dlls/opengl32/make_opengl | 316
> +++++++++++++++++++---------------------------
>  dlls/winemac.drv/opengl.c |   8 +-
>  dlls/winex11.drv/opengl.c |   8 +-
>  3 Dateien geändert, 136 Zeilen hinzugefügt(+), 196 Zeilen entfernt(-)

It's not generating quite the same thing as the previous version, and
some of the differences look wrong, for instance:

-static void WINAPI glBindAttribLocation( GLuint program, GLuint index, const GLchar* name ) {
+static void WINAPI glBindAttribLocation( GLhandleARB programObj, GLuint index, const GLcharARB* name ) {

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list