Files
easy7zip/CPP/Common/Sha1Prepare.cpp
2021-05-13 19:16:55 +02:00

8 lines
148 B
C++

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