Shell32: Check if is_wow64 before calling wow64 functions

Nikolay Sivov bunglehead at gmail.com
Wed Nov 25 01:40:49 CST 2015


Hi, Olivier.

> +    pIsWow64Process = (void*)GetProcAddress(GetModuleHandleA("kernel32"), "IsWow64Process");

There's no reason to do that, just use it in a normal static way.



More information about the wine-devel mailing list