mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 19:14:56 -06:00
fixed codec ddl files, they should work again with 7-Zip Standard
This commit is contained in:
@@ -28,8 +28,12 @@
|
||||
static LPCTSTR k_ShellExtName = TEXT("7-Zip-ZStandard Shell Extension");
|
||||
static LPCTSTR k_Approved = TEXT("Software\\Microsoft\\Windows\\CurrentVersion\\Shell Extensions\\Approved");
|
||||
|
||||
// {23170F69-0803-278A-1000-000100020000}
|
||||
// {23170F69-40C1-278A-1000-000100020000}
|
||||
#ifdef NEED_7ZIP_GUID
|
||||
static LPCTSTR k_Clsid = TEXT("{23170F69-40C1-278A-1000-000100020001}");
|
||||
#else
|
||||
static LPCTSTR k_Clsid = TEXT("{23170F69-0803-278A-1000-000100020001}");
|
||||
#endif
|
||||
|
||||
DEFINE_GUID(CLSID_CZipContextMenu,
|
||||
k_7zip_GUID_Data1,
|
||||
|
||||
Reference in New Issue
Block a user