Files
easy7zip/CPP/7zip/Compress/XpressDecoder.h
Igor Pavlov a36c48cece 23.01
2023-12-22 17:17:05 +00:00

16 lines
255 B
C++
Executable File

// XpressDecoder.h
#ifndef ZIP7_INC_XPRESS_DECODER_H
#define ZIP7_INC_XPRESS_DECODER_H
#include "../../Common/MyWindows.h"
namespace NCompress {
namespace NXpress {
HRESULT Decode(const Byte *in, size_t inSize, Byte *out, size_t outSize);
}}
#endif