j
k
j a
j l
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;
}
-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.
Back to the thread
Back to the list