This commit is contained in:
Igor Pavlov
2008-12-02 00:00:00 +00:00
committed by Kornel Lesiński
parent b717a4dbfe
commit c1f1243a70
12 changed files with 30 additions and 28 deletions

View File

@@ -40,7 +40,7 @@ class CLzmaEncoder:
public:
STDMETHOD(Code)(ISequentialInStream *inStream, ISequentialOutStream *outStream,
const UInt64 *inSize, const UInt64 *outSize, ICompressProgressInfo *progress);
HRESULT CLzmaEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
HRESULT SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
MY_UNKNOWN_IMP
};

View File

@@ -1,4 +1,4 @@
lzma// ZipUpdate.cpp
// ZipUpdate.cpp
#include "StdAfx.h"