Module: wine Branch: master Commit: 17dffaac7d5a8fc595775d456bb85e343d5aa195 URL: http://source.winehq.org/git/wine.git/?a=commit;h=17dffaac7d5a8fc595775d456b... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Tue Oct 10 10:06:10 2017 +0200 opengl32: Get WGL function definitions from the XML files. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/gdi32/dibdrv/opengl.c | 4 +- dlls/opengl32/make_opengl | 147 ++++++++++++++++++++++++------------------ dlls/opengl32/opengl32.spec | 5 +- dlls/opengl32/opengl_norm.c | 18 +++--- dlls/opengl32/winegl.xml | 14 ++++ dlls/wineandroid.drv/opengl.c | 4 +- dlls/winemac.drv/opengl.c | 4 +- dlls/winex11.drv/opengl.c | 4 +- include/wine/wgl_driver.h | 10 +-- 9 files changed, 122 insertions(+), 88 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=17dffaac7d5a8fc595775d...