Patched to compile on Visual Studio.

This commit is contained in:
Ryan C. Gordon 2017-07-17 14:37:02 -04:00
parent 8553113870
commit a28a01c124
1 changed files with 1 additions and 1 deletions

View File

@ -468,7 +468,7 @@ EXTERN_C_END
EXTERN_C_BEGIN
static UInt32 g_CrcTable[];
/*static UInt32 g_CrcTable[];*/
/* Call CrcGenerateTable one time before other CRC functions */
static void MY_FAST_CALL CrcGenerateTable(void);