mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 13:14:59 -06:00
8 lines
156 B
C++
Executable File
8 lines
156 B
C++
Executable File
// Common/CRC.cpp
|
|
|
|
#include "StdAfx.h"
|
|
|
|
#include "../../C/7zCrc.h"
|
|
|
|
static struct CCRCTableInit { CCRCTableInit() { CrcGenerateTable(); } } g_CRCTableInit;
|