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