mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
add get_crc_table() to deps/zlib/crc32.c
This commit is contained in:
parent
2661d5556b
commit
7416ba8b23
5
deps/zlib/crc32.c
vendored
5
deps/zlib/crc32.c
vendored
@ -80,6 +80,11 @@ extern "C" {
|
|||||||
return crc ^ 0xffffffffL;
|
return crc ^ 0xffffffffL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const unsigned long * get_crc_table()
|
||||||
|
{
|
||||||
|
return crc_table;
|
||||||
|
}
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user