Files
easy7zip/CPP/Common/Sha1Prepare.cpp
Igor Pavlov 585698650f 21.02
2021-07-22 23:00:14 +01:00

8 lines
148 B
C++

// Sha1Prepare.cpp
#include "StdAfx.h"
#include "../../C/Sha1.h"
static struct CSha1Prepare { CSha1Prepare() { Sha1Prepare(); } } g_Sha1Prepare;