[PATCH] kernel32: Fix GetModuleHandleEx() spec file entry

Nikolay Sivov nsivov at codeweavers.com
Sun Jul 2 12:03:01 CDT 2017


On 07/02/2017 08:00 PM, Chris Robinson wrote:

> On 07/02/2017 01:26 AM, Nikolay Sivov wrote:
>> -@ stdcall GetModuleHandleExA(long ptr ptr)
>> -@ stdcall GetModuleHandleExW(long ptr ptr)
>> +@ stdcall GetModuleHandleExA(long str ptr)
>> +@ stdcall GetModuleHandleExW(long wstr ptr)
>
> Depending on the flags, the second parameter might not actually be a 
> string. e.g. if GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS is set, the 
> second parameter is any address within the module's address space.
Thanks. Ignore this one please.



More information about the wine-devel mailing list