Files
easy7zip/CPP/Common/CRC.cpp
Igor Pavlov 585698650f 21.02
2021-07-22 23:00:14 +01:00

8 lines
156 B
C++

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