[*] eb1ec8b7
(W32oW64 awareness) cont: WinXP regression
This commit is contained in:
parent
acd8f6cf0b
commit
c32022a8e4
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user