• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // Sha256Prepare.cpp
2 
3 #include "StdAfx.h"
4 
5 #include "../../C/LzFind.h"
6 
CLzFindPrepareCLzFindPrepare7 static struct CLzFindPrepare { CLzFindPrepare() { LzFindPrepare(); } } g_CLzFindPrepare;
8