Zhiyi Zhang (@zhiyi) commented about dlls/uxtheme/system.c:
int WINAPI SetPreferredAppMode(int app_mode) { FIXME("%d: stub\n", app_mode);
- return 0;
- return app_mode;
Does the app depend on specific return values? If not, you can just return 0;
Please merge these two commits together.
Also, in the commit message, you should use the Wine-Bug: tag.