xref: /third_party/lzma/CPP/Common/CRC.cpp (revision 370b324c)
1// Common/CRC.cpp
2
3#include "StdAfx.h"
4
5#include "../../C/7zCrc.h"
6
7static struct CCRCTableInit { CCRCTableInit() { CrcGenerateTable(); } } g_CRCTableInit;
8