7zip/CPP/Common/CRC.cpp
Igor Pavlov f19f813537 '21.07'
2022-03-18 15:35:13 +05:00

8 lines
156 B
C++

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