[*] eb1ec8b7 (W32oW64 awareness) cont: WinXP regression

This commit is contained in:
Reece Wilson 2023-12-01 06:20:39 +00:00
parent acd8f6cf0b
commit c32022a8e4

View File

@ -127,7 +127,8 @@ namespace Aurora::IO::FS
return CSIDL_COMMON_APPDATA;
}
if (rfid == FOLDERID_System)
if (rfid == FOLDERID_System ||
rfid == FOLDERID_SystemX86)
{
return CSIDL_SYSTEM;
}