mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-13 10:11:34 -06:00
Update to 7-Zip Version 21.02
This commit is contained in:
7
CPP/Common/Sha1Prepare.cpp
Normal file
7
CPP/Common/Sha1Prepare.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
// Sha1Prepare.cpp
|
||||
|
||||
#include "StdAfx.h"
|
||||
|
||||
#include "../../C/Sha1.h"
|
||||
|
||||
static struct CSha1Prepare { CSha1Prepare() { Sha1Prepare(); } } g_Sha1Prepare;
|
||||
Reference in New Issue
Block a user