Rebase against 2d6462cdee2bd87a49382794e5a554f33c367f09.

This commit is contained in:
Alistair Leslie-Hughes
2021-01-26 15:37:12 +11:00
parent 3dec70bf32
commit fd3372e71c
5 changed files with 39 additions and 191 deletions

View File

@@ -35,7 +35,7 @@ index 4ededa838b4..b0c4853ca48 100644
}
+
+ RtlInitUnicodeString( &nt_name, L"\\??\\C:\\windows\\system32\\wow64cpu.dll" );
+ if ((status = load_builtin_dll( NULL, &nt_name, 0, 0, &wow64cpu_wm )) == STATUS_SUCCESS)
+ if ((status = load_builtin_dll( NULL, &nt_name, 0, &wow64cpu_wm )) == STATUS_SUCCESS)
+ Wow64Transition = wow64cpu_wm->ldr.DllBase;
+ else
+ WARN( "could not load wow64cpu.dll, status %#x\n", status );