p7zip/CPP/Common/CRC.cpp

8 lines
149 B
C++
Raw Normal View History

2017-10-11 12:35:36 +02:00
// Common/CRC.cpp
#include "StdAfx.h"
#include "../../C/7zCrc.h"
struct CCRCTableInit { CCRCTableInit() { CrcGenerateTable(); } } g_CRCTableInit;