mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +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:
@@ -1011,7 +1011,7 @@ WINAPI
|
||||
IsWow64Process(HANDLE hProcess,
|
||||
PBOOL Wow64Process)
|
||||
{
|
||||
ULONG pbi;
|
||||
ULONG_PTR pbi;
|
||||
NTSTATUS Status;
|
||||
|
||||
Status = NtQueryInformationProcess(hProcess,
|
||||
|
||||
Reference in New Issue
Block a user