Update readme; Add IA64 dll build

This commit is contained in:
conor42
2018-11-09 20:30:35 +10:00
parent 0cbdf835f0
commit f531a44f1c
3 changed files with 27 additions and 9 deletions

View File

@@ -56,7 +56,7 @@ public:
ICompressSetCoderProperties,
ICompressWriteCoderProperties)
STDMETHOD(Code)(ISequentialInStream *inStream, ISequentialOutStream *outStream,
STDMETHOD(Code)(ISequentialInStream *inStream, ISequentialOutStream *outStream,
const UInt64 *inSize, const UInt64 *outSize, ICompressProgressInfo *progress);
STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
STDMETHOD(WriteCoderProperties)(ISequentialOutStream *outStream);