[PATCH] api-ms-*: Add missing FindResourceW() forward.

Chip Davis cdavis at codeweavers.com
Wed Jan 23 16:13:45 CST 2019


January 23, 2019 4:09 PM, "Nikolay Sivov" <nsivov at codeweavers.com> wrote:

> On 1/23/19 11:47 PM, Fabian Maurer wrote:
> 
>> Hello Nikolay,
>> 
>> You can use winedump on both 32bit and 64bit
>> api-ms-win-core-libraryloader-l1-2-1 to get their exports. Just
>> install the latest Win10 with the latest SDK to get the most recent
>> version of these DLLs.
>> 
>> Then you can also add the Windows10/SDK version that you used to
>> generated the specs into the patch.
> 
> I don't have this file in 10.0.17763.0.

That's because it's not a real file. On real Windows, it's a pseudo-DLL generated on demand by the loader, which keeps a big table of API sets and their mappings to the real DLLs that implement them.

>> Regards,
>> 
>> Fabian Maurer


Chip



More information about the wine-devel mailing list