[KERNEL32]

64 bit compatibility fix for IsWow64Process. Patch by Thomas Faber <thfabba at gmx dot de>

svn path=/trunk/; revision=50832
This commit is contained in:
Timo Kreuzer 2011-02-20 12:07:28 +00:00
parent 6da719aa66
commit 6e366de8b6

View file

@ -1011,7 +1011,7 @@ WINAPI
IsWow64Process(HANDLE hProcess,
PBOOL Wow64Process)
{
ULONG pbi;
ULONG_PTR pbi;
NTSTATUS Status;
Status = NtQueryInformationProcess(hProcess,