(deps/7zip) Change SRes to int64_t

This commit is contained in:
twinaphex 2020-06-28 04:52:11 +02:00
parent e2af6eb96b
commit a8f8753bbc

2
deps/7zip/7zTypes.h vendored
View File

@ -41,7 +41,7 @@ EXTERN_C_BEGIN
#define SZ_ERROR_ARCHIVE 16
#define SZ_ERROR_NO_ARCHIVE 17
typedef int SRes;
typedef int64_t SRes;
typedef int64_t WRes;