7zip/CPP/Common/Sha1Prepare.cpp

8 lines
148 B
C++
Raw Normal View History

2021-12-27 01:00:00 +01:00
// Sha1Prepare.cpp
#include "StdAfx.h"
#include "../../C/Sha1.h"
static struct CSha1Prepare { CSha1Prepare() { Sha1Prepare(); } } g_Sha1Prepare;