mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-10 20:07:05 -06:00
Normalize all the line endings
This commit is contained in:
@@ -1,19 +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
|
||||
// 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