1 2 3 4 5 6 7
// Sha512Prepare.cpp #include "StdAfx.h" #include "../../C/Sha512.h" static struct CSha512Prepare { CSha512Prepare() { Sha512Prepare(); } } g_Sha512Prepare;