You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
// XzCrc64Init.cpp
|
|
|
|
#include "StdAfx.h"
|
|
|
|
#include "../../C/XzCrc64.h"
|
|
|
|
static struct CCrc64Gen { CCrc64Gen() { Crc64GenerateTable(); } } g_Crc64TableInit;
|