7 Nov
2022
7 Nov
'22
8:40 a.m.
From: Rémi Bernon <rbernon(a)codeweavers.com> --- dlls/opengl32/private.h | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/opengl32/private.h b/dlls/opengl32/private.h index e8cf32231f9..3939ad8ff53 100644 --- a/dlls/opengl32/private.h +++ b/dlls/opengl32/private.h @@ -25,6 +25,7 @@ #define WIN32_NO_STATUS #include "windef.h" #include "winbase.h" +#include "wingdi.h" struct opengl_extension_desc { -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/1275