Sign in
nest-open-source
/
nest-cam
/
4320010
/
lzma
/
refs/heads/master
/
.
/
lzma
/
CPP
/
Common
/
CRC.cpp
blob: 6ac52c4c124169c8b7d48a8c3e4f46b0f50b2201 [
file
] [
log
] [
blame
] [
edit
]
// Common/CRC.cpp
#include
"StdAfx.h"
#include
"../../C/7zCrc.h"
struct
CCRCTableInit
{
CCRCTableInit
()
{
CrcGenerateTable
();
}
}
g_CRCTableInit
;