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.
On Thu, Jan 15, 2015 at 4:03 AM, Alexandre Julliard julliard@winehq.org wrote:
You'd also have to write the correct size, and add tests demonstrating that.
Thanks very much for review, I sent a new patch address that issue.