Welcome to mirror list, hosted at ThFree Co, Russian Federation.

CRC.cpp « Common « CPP - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f151471bac8b287563d37f05083ff9640592c33c (plain)
1
2
3
4
5
6
7
8
9
10
// Common/CRC.cpp

#include "StdAfx.h"

extern "C" 
{ 
#include "../../C/7zCrc.h"
}

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