mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[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:
parent
6da719aa66
commit
6e366de8b6
1 changed files with 1 additions and 1 deletions
|
@ -1011,7 +1011,7 @@ WINAPI
|
|||
IsWow64Process(HANDLE hProcess,
|
||||
PBOOL Wow64Process)
|
||||
{
|
||||
ULONG pbi;
|
||||
ULONG_PTR pbi;
|
||||
NTSTATUS Status;
|
||||
|
||||
Status = NtQueryInformationProcess(hProcess,
|
||||
|
|
Loading…
Reference in a new issue