aboutsummaryrefslogtreecommitdiff
path: root/CPP/Common/XzCrc64Init.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--CPP/Common/XzCrc64Init.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/CPP/Common/XzCrc64Init.cpp b/CPP/Common/XzCrc64Init.cpp
new file mode 100644
index 0000000..5cb8e67
--- /dev/null
+++ b/CPP/Common/XzCrc64Init.cpp
@@ -0,0 +1,7 @@
1// XzCrc64Init.cpp
2
3#include "StdAfx.h"
4
5#include "../../C/XzCrc64.h"
6
7static struct CCrc64Gen { CCrc64Gen() { Crc64GenerateTable(); } } g_Crc64TableInit;