summaryrefslogtreecommitdiffstats
path: root/other-licenses/7zstub/src/CPP/Common/CRC.cpp
blob: 6ac52c4c124169c8b7d48a8c3e4f46b0f50b2201 (plain)
1
2
3
4
5
6
7
// Common/CRC.cpp

#include "StdAfx.h"

#include "../../C/7zCrc.h"

struct CCRCTableInit { CCRCTableInit() { CrcGenerateTable(); } } g_CRCTableInit;