mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 11:14:58 -06:00
8 lines
161 B
C++
Executable File
8 lines
161 B
C++
Executable File
// Sha256Prepare.cpp
|
|
|
|
#include "StdAfx.h"
|
|
|
|
#include "../../C/LzFind.h"
|
|
|
|
static struct CLzFindPrepare { CLzFindPrepare() { LzFindPrepare(); } } g_CLzFindPrepare;
|