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:
19
3rdparty/lzma/CPP/7zip/IProgress.h
vendored
Normal file
19
3rdparty/lzma/CPP/7zip/IProgress.h
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
// IProgress.h
|
||||
|
||||
#ifndef __IPROGRESS_H
|
||||
#define __IPROGRESS_H
|
||||
|
||||
#include "../Common/MyTypes.h"
|
||||
|
||||
#include "IDecl.h"
|
||||
|
||||
#define INTERFACE_IProgress(x) \
|
||||
STDMETHOD(SetTotal)(UInt64 total) x; \
|
||||
STDMETHOD(SetCompleted)(const UInt64 *completeValue) x; \
|
||||
|
||||
DECL_INTERFACE(IProgress, 0, 5)
|
||||
{
|
||||
INTERFACE_IProgress(PURE)
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user