Windows2000/private/inet/urlmon/compress/gzip/infdata.h

13 lines
354 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
// infdata.h
#ifdef DECLARE_DATA
SHORT g_StaticDistanceTreeTable[STATIC_BLOCK_DISTANCE_TABLE_SIZE];
SHORT g_StaticLiteralTreeTable[STATIC_BLOCK_LITERAL_TABLE_SIZE];
#else
extern SHORT g_StaticDistanceTreeTable[STATIC_BLOCK_DISTANCE_TABLE_SIZE];
extern SHORT g_StaticLiteralTreeTable[STATIC_BLOCK_LITERAL_TABLE_SIZE];
#endif