mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 04:26:00 +00:00
[RAPPS] Implement support for architecture specific sections
See CORE-17616
This commit is contained in:
parent
20c1da7963
commit
1f5f614c7a
3 changed files with 47 additions and 4 deletions
|
@ -516,6 +516,15 @@ BOOL CAvailableApps::Enum(INT EnumType, AVAILENUMPROC lpEnumProc, PVOID param)
|
|||
|
||||
// set a timestamp for the next time
|
||||
Info->SetLastWriteTime(&FindFileData.ftLastWriteTime);
|
||||
|
||||
/* Check if we have the download URL */
|
||||
if (Info->m_szUrlDownload.IsEmpty())
|
||||
{
|
||||
/* Can't use it, delete it */
|
||||
delete Info;
|
||||
continue;
|
||||
}
|
||||
|
||||
m_InfoList.AddTail(Info);
|
||||
|
||||
skip_if_cached:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue