16 Feb
2023
16 Feb
'23
9:40 a.m.
Chip Davis (@cdavis5e) commented about dlls/winemac.drv/opengl.c:
}
-static int get_dc_pixel_format(HDC hdc) +static int get_dc_pixel_format(HWND hwnd, HDC hdc) { int format; HWND hwnd; This new parameter conflicts with the existing local variable.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/2217#note_24518