mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 23:14:54 -06:00
21.02
This commit is contained in:
7
CPP/Common/Sha256Prepare.cpp
Normal file
7
CPP/Common/Sha256Prepare.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
// Sha256Prepare.cpp
|
||||
|
||||
#include "StdAfx.h"
|
||||
|
||||
#include "../../C/Sha256.h"
|
||||
|
||||
static struct CSha256Prepare { CSha256Prepare() { Sha256Prepare(); } } g_Sha256Prepare;
|
||||
Reference in New Issue
Block a user