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

Chris Robinson chris.kcat at gmail.com
Sun Jul 2 12:00:41 CDT 2017


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.



More information about the wine-devel mailing list