24 Oct
2025
24 Oct
'25
2:49 p.m.
DrawThemeBackground() happens to be at ordinal 49 before this patch. Add a stub for ordinal 49 so that DrawThemeBackground() is not called. Otherwise, it might cause a crash. The stub is enough for Directory Opus to start. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58747 -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9274