7zip/CPP/Common/CRC.cpp

8 lines
156 B
C++
Raw Normal View History

2021-12-27 01:00:00 +01:00
// Common/CRC.cpp
#include "StdAfx.h"
#include "../../C/7zCrc.h"
static struct CCRCTableInit { CCRCTableInit() { CrcGenerateTable(); } } g_CRCTableInit;