xref: /aosp_15_r20/external/lzma/CPP/Common/LzFindPrepare.cpp (revision f6dc9357d832569d4d1f5d24eacdb3935a1ae8e6)
1 // Sha256Prepare.cpp
2 
3 #include "StdAfx.h"
4 
5 #include "../../C/LzFind.h"
6 
CLzFindPrepareCLzFindPrepare7 static struct CLzFindPrepare { CLzFindPrepare() { LzFindPrepare(); } } g_CLzFindPrepare;
8