(deps/7zip) Change SRes to int64_t
This commit is contained in:
parent
e2af6eb96b
commit
a8f8753bbc
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue