mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-08 12:07:03 -06:00
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:
@@ -6,15 +6,10 @@
|
||||
#include "../Common/MyUnknown.h"
|
||||
|
||||
#define k_7zip_GUID_Data1 0x23170F69
|
||||
|
||||
#ifdef NEED_7ZIP_GUID
|
||||
#define k_7zip_GUID_Data2 0x40C1
|
||||
#else
|
||||
#define k_7zip_GUID_Data2 0x0803
|
||||
#endif
|
||||
#define k_7zip_GUID_Data2_ZS 0x20BB
|
||||
|
||||
#define k_7zip_GUID_Data3_Common 0x278A
|
||||
|
||||
#define k_7zip_GUID_Data3_Decoder 0x2790
|
||||
#define k_7zip_GUID_Data3_Encoder 0x2791
|
||||
#define k_7zip_GUID_Data3_Hasher 0x2792
|
||||
|
||||
Reference in New Issue
Block a user