summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/lzma/CPP/Common/LzFindPrepare.cpp
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/lzma/CPP/Common/LzFindPrepare.cpp')
-rw-r--r--3rdparty/lzma/CPP/Common/LzFindPrepare.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/3rdparty/lzma/CPP/Common/LzFindPrepare.cpp b/3rdparty/lzma/CPP/Common/LzFindPrepare.cpp
new file mode 100644
index 00000000000..8845e4a55bc
--- /dev/null
+++ b/3rdparty/lzma/CPP/Common/LzFindPrepare.cpp
@@ -0,0 +1,7 @@
+// Sha256Prepare.cpp
+
+#include "StdAfx.h"
+
+#include "../../C/LzFind.h"
+
+static struct CLzFindPrepare { CLzFindPrepare() { LzFindPrepare(); } } g_CLzFindPrepare;