29 Oct
2013
29 Oct
'13
12:10 p.m.
Rico Schüller <kgbricola(a)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(a)winehq.org