Files
easy7zip/CPP/Common/CRC.cpp
Igor Pavlov ec44a8a070 22.00
2022-06-23 11:43:16 +01:00

8 lines
156 B
C++
Executable File

// Common/CRC.cpp
#include "StdAfx.h"
#include "../../C/7zCrc.h"
static struct CCRCTableInit { CCRCTableInit() { CrcGenerateTable(); } } g_CRCTableInit;