Files
megasource/libs/physfs-2.0.3/lzma/CPP/Common/CRC.cpp
T
2013-09-25 13:01:20 +02:00

15 lines
175 B
C++

// Common/CRC.cpp
#include "StdAfx.h"
extern "C"
{
#include "../../C/7zCrc.h"
}
class CCRCTableInit
{
public:
CCRCTableInit() { CrcGenerateTable(); }
} g_CRCTableInit;