mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 09:15:00 -06:00
11 lines
164 B
C++
Executable File
11 lines
164 B
C++
Executable File
// Common/CRC.cpp
|
|
|
|
#include "StdAfx.h"
|
|
|
|
extern "C"
|
|
{
|
|
#include "../../C/7zCrc.h"
|
|
}
|
|
|
|
struct CCRCTableInit { CCRCTableInit() { CrcGenerateTable(); } } g_CRCTableInit;
|