Files

8 lines
156 B
C++
Raw Permalink Normal View History

2021-10-19 21:27:23 +01:00
// Common/CRC.cpp
#include "StdAfx.h"
#include "../../C/7zCrc.h"
static struct CCRCTableInit { CCRCTableInit() { CrcGenerateTable(); } } g_CRCTableInit;