Buildfix
This commit is contained in:
parent
4afee05a12
commit
157d87e31f
1 changed files with 1 additions and 1 deletions
|
@ -1907,7 +1907,7 @@ void CUnAlz::DecryptingData(int nSize, BYTE* data)
|
||||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
UINT32 CUnAlz::CRC32(UINT32 l, BYTE c)
|
UINT32 CUnAlz::CRC32(UINT32 l, BYTE c)
|
||||||
{
|
{
|
||||||
const unsigned long *CRC_TABLE = get_crc_table();
|
const z_crc_t *CRC_TABLE = get_crc_table();
|
||||||
return CRC_TABLE[(l ^ c) & 0xff] ^ (l >> 8);
|
return CRC_TABLE[(l ^ c) & 0xff] ^ (l >> 8);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue