diff options
Diffstat (limited to '3rdparty/lzma/C/LzHash.h')
-rw-r--r-- | 3rdparty/lzma/C/LzHash.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/3rdparty/lzma/C/LzHash.h b/3rdparty/lzma/C/LzHash.h index 77b898cfab5..2b6290b64c0 100644 --- a/3rdparty/lzma/C/LzHash.h +++ b/3rdparty/lzma/C/LzHash.h @@ -1,8 +1,8 @@ -/* LzHash.h -- HASH functions for LZ algorithms -2019-10-30 : Igor Pavlov : Public domain */ +/* LzHash.h -- HASH constants for LZ algorithms +2023-03-05 : Igor Pavlov : Public domain */ -#ifndef __LZ_HASH_H -#define __LZ_HASH_H +#ifndef ZIP7_INC_LZ_HASH_H +#define ZIP7_INC_LZ_HASH_H /* (kHash2Size >= (1 << 8)) : Required |