Files
easy7zip/CPP/Common/CRC.cpp
Igor Pavlov 173c07e166 4.59 beta
2016-05-28 00:15:56 +01:00

11 lines
164 B
C++
Executable File

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