aboutsummaryrefslogtreecommitdiff
path: root/CPP/Common/LzFindPrepare.cpp
blob: 8845e4a55bcfedefc865c7efdffe9aac16f2ecae (plain)
1
2
3
4
5
6
7
// Sha256Prepare.cpp

#include "StdAfx.h"

#include "../../C/LzFind.h"

static struct CLzFindPrepare { CLzFindPrepare() { LzFindPrepare(); } } g_CLzFindPrepare;