aboutsummaryrefslogtreecommitdiff
path: root/CPP/Common/XzCrc64Init.cpp
blob: 5cb8e674489a8cb3da0384b64dd16b8e6f8f86eb (plain)
1
2
3
4
5
6
7
// XzCrc64Init.cpp

#include "StdAfx.h"

#include "../../C/XzCrc64.h"

static struct CCrc64Gen { CCrc64Gen() { Crc64GenerateTable(); } } g_Crc64TableInit;