mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Change to allow working in installer
This commit is contained in:
parent
5c813f31ec
commit
463e26ff75
19 changed files with 571 additions and 57 deletions
|
@ -2563,6 +2563,12 @@ BFP_EXPORT void BFP_CALLTYPE BfpDirectory_GetSysDirectory(BfpSysDirectoryKind sy
|
|||
case BfpSysDirectoryKind_AppData_Roaming:
|
||||
_GetKnownFolder(FOLDERID_RoamingAppData);
|
||||
return;
|
||||
case BfpSysDirectoryKind_Programs:
|
||||
_GetKnownFolder(FOLDERID_Programs);
|
||||
return;
|
||||
case BfpSysDirectoryKind_Programs_Common:
|
||||
_GetKnownFolder(FOLDERID_CommonPrograms);
|
||||
return;
|
||||
}
|
||||
|
||||
TryStringOut(path, outPath, inOutPathLen, (BfpResult*)outResult);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue