mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-09 06:07:05 -06:00
add msvc compiling fixes for zstdmt
This commit is contained in:
@@ -32,6 +32,7 @@ unsigned BROTLIMT_isError(size_t code)
|
||||
const char *BROTLIMT_getErrorString(size_t code)
|
||||
{
|
||||
static const char *noErrorCode = "Unspecified brotli error code";
|
||||
|
||||
switch ((BROTLIMT_ErrorCode) (0 - code)) {
|
||||
case PREFIX(no_error):
|
||||
return "No error detected";
|
||||
|
||||
Reference in New Issue
Block a user