Commit c9a011a9 authored by Alexandre Julliard's avatar Alexandre Julliard

wow64: Only support Wow64 system directories for 32-bit platforms.

parent 0d3fd147
......@@ -64,8 +64,6 @@ static inline const WCHAR *get_machine_wow64_dir( USHORT machine )
case IMAGE_FILE_MACHINE_TARGET_HOST: return L"\\??\\C:\\windows\\system32";
case IMAGE_FILE_MACHINE_I386: return L"\\??\\C:\\windows\\syswow64";
case IMAGE_FILE_MACHINE_ARMNT: return L"\\??\\C:\\windows\\sysarm32";
case IMAGE_FILE_MACHINE_AMD64: return L"\\??\\C:\\windows\\sysx8664";
case IMAGE_FILE_MACHINE_ARM64: return L"\\??\\C:\\windows\\sysarm64";
default: return NULL;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment