Files
libaaruformat/3rdparty/lzma-21.03beta/CPP/Common/XzCrc64Init.cpp

8 lines
155 B
C++
Raw Normal View History

2022-05-28 13:45:15 +01:00
// XzCrc64Init.cpp
#include "StdAfx.h"
#include "../../C/XzCrc64.h"
static struct CCrc64Gen { CCrc64Gen() { Crc64GenerateTable(); } } g_Crc64TableInit;