diff options
Diffstat (limited to 'src/liblzma/common')
-rw-r--r-- | src/liblzma/common/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/liblzma/common/common.h b/src/liblzma/common/common.h index 8e9a387c..9d776f9a 100644 --- a/src/liblzma/common/common.h +++ b/src/liblzma/common/common.h @@ -32,6 +32,8 @@ #define LZMA_API(type) LZMA_API_EXPORT type LZMA_API_CALL +#define LZMA_UNSTABLE + #include "lzma.h" // These allow helping the compiler in some often-executed branches, whose |