mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-11 18:07:08 -06:00
Update to 7-Zip 17.00 Beta
This commit is contained in:
7
CPP/Common/XzCrc64Init.cpp
Normal file
7
CPP/Common/XzCrc64Init.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
// XzCrc64Init.cpp
|
||||
|
||||
#include "StdAfx.h"
|
||||
|
||||
#include "../../C/XzCrc64.h"
|
||||
|
||||
static struct CCrc64Gen { CCrc64Gen() { Crc64GenerateTable(); } } g_Crc64TableInit;
|
||||
Reference in New Issue
Block a user