mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-12 01:09:56 -06:00
4.45 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
d9666cf046
commit
a145bfc7cf
@@ -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);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user