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