mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-10 20:07:05 -06:00
Initialer Commit
This commit is contained in:
7
CPP/Common/CRC.cpp
Normal file
7
CPP/Common/CRC.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
// Common/CRC.cpp
|
||||
|
||||
#include "StdAfx.h"
|
||||
|
||||
#include "../../C/7zCrc.h"
|
||||
|
||||
struct CCRCTableInit { CCRCTableInit() { CrcGenerateTable(); } } g_CRCTableInit;
|
||||
Reference in New Issue
Block a user