mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Prevent warning on Griffin builds
This commit is contained in:
parent
458d636861
commit
6e4620cebc
2
deps/7zip/LzmaEnc.c
vendored
2
deps/7zip/LzmaEnc.c
vendored
@ -205,6 +205,7 @@ typedef struct
|
||||
#define kEndPosModelIndex 14
|
||||
#define kNumFullDistances (1 << (kEndPosModelIndex >> 1))
|
||||
|
||||
#ifndef __LZMA_DEC_H
|
||||
typedef
|
||||
#ifdef _LZMA_PROB32
|
||||
UInt32
|
||||
@ -212,6 +213,7 @@ typedef
|
||||
UInt16
|
||||
#endif
|
||||
CLzmaProb;
|
||||
#endif
|
||||
|
||||
#define LZMA_PB_MAX 4
|
||||
#define LZMA_LC_MAX 8
|
||||
|
Loading…
x
Reference in New Issue
Block a user