28 Jan
2026
28 Jan
'26
9:14 a.m.
Rémi Bernon (@rbernon) commented about dlls/win32u/opengl.c:
return format > 0 ? format : 0; }
-static void set_window_opengl_drawable( HWND hwnd, struct opengl_drawable *new_drawable, BOOL current ) +#ifdef __ANDROID__ +DECLSPEC_EXPORT +#else +static +#endif +void set_window_opengl_drawable( HWND hwnd, struct opengl_drawable *new_drawable, BOOL current )
This shouldn't be required now, you can simply remove the static keyword. Also I don't think we care that much about it being android specific, the #ifdef isn't needed, same in the header. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9977#note_128238