4.45 beta

This commit is contained in:
Igor Pavlov
2007-04-17 00:00:00 +00:00
committed by Kornel Lesiński
parent d9666cf046
commit a145bfc7cf
458 changed files with 13144 additions and 18608 deletions

View File

@@ -18,7 +18,7 @@ namespace NRegistryAssociations {
void ReadInternalAssociations(CObjectVector<CExtInfo> &items);
void WriteInternalAssociations(const CObjectVector<CExtInfo> &items);
bool CheckShellExtensionInfo(const CSysString &extension);
bool CheckShellExtensionInfo(const CSysString &extension, UString &iconPath, int &iconIndex);
// void ReadCompressionInfo(NZipSettings::NCompression::CInfo &anInfo,
void DeleteShellExtensionInfo(const CSysString &extension);
@@ -26,7 +26,7 @@ namespace NRegistryAssociations {
void AddShellExtensionInfo(const CSysString &extension,
const UString &programTitle,
const UString &programOpenCommand,
const UString &iconPath,
const UString &iconPath, int iconIndex,
const void *shellNewData, int shellNewDataSize);