https://bugs.winehq.org/show_bug.cgi?id=55652
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression, source, | |testcase Regression SHA1| |8609fef5c822e32998725bad585 | |82764d289c194 CC| |rbernon@codeweavers.com
--- Comment #1 from François Gouget fgouget@codeweavers.com --- I sent a merge request to fix this. As far as I can see the issue is that kernelbase does not have FindResourceW() on Windows 8 so the fix is to just link with kernel32 instead.
https://gitlab.winehq.org/wine/wine/-/merge_requests/3958