Jame's Easy7Zip changes, translocated from 16 to 18.05

This commit is contained in:
glachancecmaisonneuve
2018-09-05 01:02:45 -04:00
parent b82b3e5533
commit 42fa923138
24 changed files with 822 additions and 67 deletions

View File

@@ -96,8 +96,6 @@ typedef LONG SCODE;
#define E_OUTOFMEMORY ((HRESULT)0x8007000EL)
#define E_INVALIDARG ((HRESULT)0x80070057L)
#define ERROR_NEGATIVE_SEEK -1
#define HRESULT_FROM_WIN32(e) ((HRESULT)(e))
#ifdef _MSC_VER
#define STDMETHODCALLTYPE __stdcall