kernelbase: Only support Wow64 system directories for 32-bit platforms.
This commit is contained in:
parent
3d66e96b7f
commit
0d3fd14747
1 changed files with 0 additions and 2 deletions
|
@ -85,8 +85,6 @@ static const WCHAR *get_machine_wow64_dir( WORD machine )
|
|||
case IMAGE_FILE_MACHINE_TARGET_HOST: return system_dir;
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue