Re: [PATCH v2 0/1] MR4043: uxtheme: add some ordinals to spec file needed by Captvty
Oct. 10, 2023
2:19 p.m.
Hi Zhiyi, it seems it's all more complicated then I thought. The tests failed and it seems i put the wrong function names at those ordinals. The thread below at Autohotkey suggests that the ordinals belong to some undocumented functions ShouldAppsUseDarkMode, AllowDarkModeForWindow and SetPreferredAppMode, apparently they can only be imported by ordinal. So should I now only test that they can be imported by ordinal (something like proc = GetProcAddress(uxtheme, MAKEINTRESOURCEA(func[i].ordinal)); ok(proc, "getting function by ordinal failed"); )? ) autohotkey thread: https://www.autohotkey.com/boards/viewtopic.php?t=94661&start=20 -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4043#note_48238
898
Age (days ago)
898
Last active (days ago)
0 comments
1 participants
participants (1)
-
Louis Lenders (@xe)