chdman/3rdparty/lzma/CPP/Common/CRC.cpp

8 lines
149 B
C++
Raw Normal View History

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