Alexandre Julliard pushed to branch master at wine / wine
Commits: f00052fb by Zhiyi Zhang at 2025-10-24T19:39:04+02:00 uxtheme: Add a stub at ordinal 49.
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
- - - - -
1 changed file:
- dlls/uxtheme/uxtheme.spec
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/f00052fb5dc807acb7e5cf5ca6b6d60...