Upload 2.0.2
[physicsfs] / lzma / CPP / Common / CRC.cpp
diff --git a/lzma/CPP/Common/CRC.cpp b/lzma/CPP/Common/CRC.cpp
new file mode 100644 (file)
index 0000000..b768128
--- /dev/null
@@ -0,0 +1,14 @@
+// Common/CRC.cpp
+
+#include "StdAfx.h"
+
+extern "C" 
+{ 
+#include "../../C/7zCrc.h"
+}
+
+class CCRCTableInit
+{
+public:
+  CCRCTableInit() { CrcGenerateTable(); }
+} g_CRCTableInit;