diff options
Diffstat (limited to '')
-rw-r--r-- | CPP/7zip/Archive/Common/DummyOutStream.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CPP/7zip/Archive/Common/DummyOutStream.cpp b/CPP/7zip/Archive/Common/DummyOutStream.cpp index 7c4f548..f48c32f 100644 --- a/CPP/7zip/Archive/Common/DummyOutStream.cpp +++ b/CPP/7zip/Archive/Common/DummyOutStream.cpp | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | #include "DummyOutStream.h" | 5 | #include "DummyOutStream.h" |
6 | 6 | ||
7 | STDMETHODIMP CDummyOutStream::Write(const void *data, UInt32 size, UInt32 *processedSize) | 7 | Z7_COM7F_IMF(CDummyOutStream::Write(const void *data, UInt32 size, UInt32 *processedSize)) |
8 | { | 8 | { |
9 | UInt32 realProcessedSize = size; | 9 | UInt32 realProcessedSize = size; |
10 | HRESULT res = S_OK; | 10 | HRESULT res = S_OK; |