blob: 9a9f81fb7137821a22f26bd50a3457a97d0cc3aa [file] [log] [blame]
// Common/CRC.cpp
#include "StdAfx.h"
#include "../../C/7zCrc.h"
struct CCRCTableInit { CCRCTableInit() { CrcGenerateTable(); } } g_CRCTableInit;