14 Jan
2015
14 Jan
'15
8:03 p.m.
Qian Hong <qhong(a)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. -- Alexandre Julliard julliard(a)winehq.org