Rico Schüller kgbricola@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 ) {