mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-14 10:11:38 -06:00
3.13
This commit is contained in:
28
7zip/FileManager/RegistrySystem.h
Executable file
28
7zip/FileManager/RegistrySystem.h
Executable file
@@ -0,0 +1,28 @@
|
||||
// ZipRegistryMain.h
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef __ZIPREGISTRYMAIN_H
|
||||
#define __ZIPREGISTRYMAIN_H
|
||||
|
||||
#include "ZipSettings.h"
|
||||
|
||||
namespace NZipRootRegistry {
|
||||
|
||||
struct CArchiverInfo
|
||||
{
|
||||
#ifndef NO_REGISTRY
|
||||
CLSID ClassID;
|
||||
#endif
|
||||
CSysString Name;
|
||||
CSysString Extension;
|
||||
CSysString AddExtension;
|
||||
bool UpdateEnabled;
|
||||
bool KeepName;
|
||||
};
|
||||
|
||||
void ReadArchiverInfoList(CObjectVector<CArchiverInfo> &anInfoList);
|
||||
}
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user