Files
easy7zip/CPP/Common/CRC.cpp
Igor Pavlov a145bfc7cf 4.45 beta
2016-05-28 00:15:50 +01:00

15 lines
175 B
C++
Executable File

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