Make 7-Zip ZS binary compatible with 7-Zip Standard

- you can use codec extensions for 7-zip now ;)
- remove builds for: Format7zFO, Format7zUSB
- also change build scripts and version numbers
This commit is contained in:
Tino Reichardt
2018-11-27 15:41:49 +01:00
parent f98edef556
commit bc77601656
35 changed files with 33 additions and 3935 deletions

View File

@@ -62,7 +62,7 @@ static const WCHAR * const k_Reg_Path32 = L"Path"
#define k_Reg_WOW_Flag_32 0
#endif
#define k_7zip_CLSID L"{23170F69-0803-278A-1000-000100020001}"
#define k_7zip_CLSID L"{23170F69-20BB-278A-1000-000100020000}"
static const WCHAR * const k_Reg_CLSID_7zip = L"CLSID\\" k_7zip_CLSID;
static const WCHAR * const k_Reg_CLSID_7zip_Inproc = L"CLSID\\" k_7zip_CLSID L"\\InprocServer32";