mirror of
https://github.com/aaru-dps/Aaru.Compression.Native.git
synced 2025-12-16 19:24:31 +00:00
Move placement of lzma.
This commit is contained in:
7
3rdparty/lzma/CPP/Common/Sha256Prepare.cpp
vendored
Normal file
7
3rdparty/lzma/CPP/Common/Sha256Prepare.cpp
vendored
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