https://bugs.winehq.org/show_bug.cgi?id=46101
--- Comment #6 from Martin Storsjö martin@martin.st --- (In reply to Alistair Leslie-Hughes from comment #5)
Fixed by https://source.winehq.org/git/wine.git/?a=commit; h=d36063d6a4222a10247522ac805fc119f08edd3e
What happened to the FindResourceW function in this commit?
When looking at the import libraries from Win SDK 10.0.17763.0, the mincore.lib and onecore_apiset.lib files (at least arm64 and x64, I didn't check the others) contain references to this function in api-ms-win-core-libraryloader-l1-2-1.dll, so if linking against any of these import libraries, you'll end up needing this function in exactly this apiset DLL. (It doesn't seem to be listed on the Microsoft Docs page over all APIs present in all Windows 10 versions however.)