1 2 3 4 5 6 7
// Sha1Prepare.cpp #include "StdAfx.h" #include "../../C/Sha1.h" static struct CSha1Prepare { CSha1Prepare() { Sha1Prepare(); } } g_Sha1Prepare;