Qian Hong qhong@codeweavers.com writes:
@@ -403,12 +403,13 @@ NTSTATUS WINAPI NtQueryInformationProcess( break;
case ProcessWow64Information:
len = sizeof(DWORD);
len = sizeof(ULONG_PTR);
You'd also have to write the correct size, and add tests demonstrating that.