mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-11 00:07:09 -06:00
Normalize all the line endings
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
// XpressDecoder.h
|
||||
|
||||
#ifndef __XPRESS_DECODER_H
|
||||
#define __XPRESS_DECODER_H
|
||||
|
||||
namespace NCompress {
|
||||
namespace NXpress {
|
||||
|
||||
HRESULT Decode(const Byte *in, size_t inSize, Byte *out, size_t outSize);
|
||||
|
||||
}}
|
||||
|
||||
#endif
|
||||
// XpressDecoder.h
|
||||
|
||||
#ifndef __XPRESS_DECODER_H
|
||||
#define __XPRESS_DECODER_H
|
||||
|
||||
namespace NCompress {
|
||||
namespace NXpress {
|
||||
|
||||
HRESULT Decode(const Byte *in, size_t inSize, Byte *out, size_t outSize);
|
||||
|
||||
}}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user