mirror of
https://github.com/ip7z/7zip
synced 2026-08-18 00:26:05 -04:00
7 lines
156 B
C++
7 lines
156 B
C++
// Common/CRC.cpp
|
|
|
|
#include "StdAfx.h"
|
|
|
|
#include "../../C/7zCrc.h"
|
|
|
|
static struct CCRCTableInit { CCRCTableInit() { CrcGenerateTable(); } } g_CRCTableInit;
|