mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 12:23:30 +00:00
- Define APPLICATION_DATEBASE_URL
svn path=/trunk/; revision=42695
This commit is contained in:
@@ -76,7 +76,7 @@ EnumAvailableApplications(INT EnumType, AVAILENUMPROC lpEnumProc)
|
||||
if (hFind == INVALID_HANDLE_VALUE)
|
||||
{
|
||||
if (GetFileAttributesW(szCabPath) == 0xFFFFFFFF)
|
||||
DownloadApplicationsDB(L"http://opendn.org/rappmgr.cab");
|
||||
DownloadApplicationsDB(APPLICATION_DATEBASE_URL);
|
||||
|
||||
ExtractFilesFromCab(szCabPath, szAppsPath);
|
||||
hFind = FindFirstFileW(szPath, &FindFileData);
|
||||
|
||||
@@ -9,6 +9,8 @@
|
||||
|
||||
#include "resource.h"
|
||||
|
||||
#define APPLICATION_DATEBASE_URL L"http://opendn.org/rappmgr.cab"
|
||||
|
||||
#define SPLIT_WIDTH 4
|
||||
#define MAX_STR_LEN 256
|
||||
|
||||
|
||||
Reference in New Issue
Block a user