Module: wine Branch: master Commit: b0e2d046fc69cc4a4c5aefe383793950b44a1a7b URL: https://source.winehq.org/git/wine.git/?a=commit;h=b0e2d046fc69cc4a4c5aefe38...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Apr 23 13:33:20 2020 +0200
opengl32: Make wgl driver entry points WINAPI.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/gdi32/dibdrv/opengl.c | 20 ++++++++++---------- dlls/opengl32/make_opengl | 14 +++++++------- dlls/opengl32/opengl_norm.c | 20 ++++++++++---------- dlls/wineandroid.drv/opengl.c | 20 ++++++++++---------- dlls/winemac.drv/opengl.c | 20 ++++++++++---------- dlls/winex11.drv/opengl.c | 22 +++++++++++----------- include/wine/wgl_driver.h | 22 +++++++++++----------- 7 files changed, 69 insertions(+), 69 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=b0e2d046fc69cc4a4c5ae...