mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Allowing HTTP requests for source servers
This commit is contained in:
parent
cb84684517
commit
c2d086fe8e
7 changed files with 110 additions and 31 deletions
|
@ -2574,7 +2574,7 @@ BFP_EXPORT void BFP_CALLTYPE BfpDirectory_GetSysDirectory(BfpSysDirectoryKind sy
|
|||
return;
|
||||
case BfpSysDirectoryKind_Programs_Common:
|
||||
_GetKnownFolder(FOLDERID_CommonPrograms);
|
||||
return;
|
||||
return;
|
||||
}
|
||||
|
||||
TryStringOut(path, outPath, inOutPathLen, (BfpResult*)outResult);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue