diff options
Diffstat (limited to 'CPP/Common/CRC.cpp')
-rw-r--r-- | CPP/Common/CRC.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CPP/Common/CRC.cpp b/CPP/Common/CRC.cpp new file mode 100644 index 0000000..c6b7d5e --- /dev/null +++ b/CPP/Common/CRC.cpp | |||
@@ -0,0 +1,7 @@ | |||
1 | // Common/CRC.cpp | ||
2 | |||
3 | #include "StdAfx.h" | ||
4 | |||
5 | #include "../../C/7zCrc.h" | ||
6 | |||
7 | static struct CCRCTableInit { CCRCTableInit() { CrcGenerateTable(); } } g_CRCTableInit; | ||