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: 9a9f81fb7137821a22f26bd50a3457a97d0cc3aa (plain)
1
2
3
4
5
6
7
// Common/CRC.cpp

#include "StdAfx.h"

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

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