fixed codec ddl files, they should work again with 7-Zip Standard

This commit is contained in:
Tino Reichardt
2016-09-29 20:46:05 +02:00
parent 46d329631a
commit 16b470c148
5 changed files with 21 additions and 4 deletions

View File

@@ -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,