aboutsummaryrefslogtreecommitdiff
path: root/CPP/Common/CRC.cpp
blob: c6b7d5e4a7e5e740833b13d570399fb4f8c7f78c (plain)
1
2
3
4
5
6
7
// Common/CRC.cpp

#include "StdAfx.h"

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

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