mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:33:00 +00:00
[RAPPS] Don't use CDownloadManager outside loaddlg.cpp
This commit is contained in:
parent
2c965f67d5
commit
1807dbfd6d
5 changed files with 79 additions and 66 deletions
|
@ -300,7 +300,7 @@ BOOL CAvailableApps::UpdateAppsDB()
|
|||
return TRUE;
|
||||
}
|
||||
|
||||
CDownloadManager::DownloadApplicationsDB(APPLICATION_DATABASE_URL);
|
||||
DownloadApplicationsDB(APPLICATION_DATABASE_URL);
|
||||
|
||||
if (!ExtractFilesFromCab(m_Strings.szCabName,
|
||||
m_Strings.szCabDir,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue