1 2 3 4 5 6 7
// Sha256Prepare.cpp #include "StdAfx.h" #include "../../C/Sha256.h" static struct CSha256Prepare { CSha256Prepare() { Sha256Prepare(); } } g_Sha256Prepare;