Files
libaaruformat/3rdparty/lzma-21.03beta/CPP/Common/LzFindPrepare.cpp
2022-05-28 13:45:15 +01:00

8 lines
161 B
C++

// Sha256Prepare.cpp
#include "StdAfx.h"
#include "../../C/LzFind.h"
static struct CLzFindPrepare { CLzFindPrepare() { LzFindPrepare(); } } g_CLzFindPrepare;