sys_info: fix Windows x86 compilation
Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
parent
b0c682edd6
commit
fb6ac904af
@ -141,7 +141,7 @@ namespace stdex
|
||||
#else
|
||||
else if (IsWow64Process(process, &Wow64Process)) {
|
||||
if (Wow64Process) {
|
||||
os_platform = IMAGE_FILE_MACHINE_AMD64;
|
||||
os_platform = platform_id::x86_64;
|
||||
wow64 = true;
|
||||
}
|
||||
else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user