mirror of
https://github.com/ip7z/7zip.git
synced 2025-12-06 07:12:00 +01:00
8 lines
148 B
C++
8 lines
148 B
C++
// Sha1Prepare.cpp
|
|
|
|
#include "StdAfx.h"
|
|
|
|
#include "../../C/Sha1.h"
|
|
|
|
static struct CSha1Prepare { CSha1Prepare() { Sha1Prepare(); } } g_Sha1Prepare;
|