Skip to content

Commit

Permalink
Fix NanaZip.Specification.SevenZip.h.
Browse files Browse the repository at this point in the history
  • Loading branch information
MouriNaruto committed Dec 5, 2024
1 parent 98f4a40 commit 822d7ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NanaZip.Specification/NanaZip.Specification.SevenZip.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ ICompressSetDecoderProperties2 : public IUnknown
*/
virtual HRESULT STDMETHODCALLTYPE SetDecoderProperties2(
_In_ LPCBYTE Data,
_In_ UINT32 Size) = 0;
_In_ UINT32 Size) = 0;
};

MIDL_INTERFACE("23170F69-40C1-278A-0000-000400230000")
Expand Down Expand Up @@ -200,7 +200,7 @@ typedef enum _SEVENZIP_HASHER_PROPERTY_TYPE
} SEVENZIP_HASHER_PROPERTY_TYPE, *PSEVENZIP_HASHER_PROPERTY_TYPE;

MIDL_INTERFACE("23170F69-40C1-278A-0000-000400C10000")
IHashers: public IUnknown
IHashers : public IUnknown
{
public:
virtual UINT32 STDMETHODCALLTYPE GetNumHashers() = 0;
Expand Down

0 comments on commit 822d7ae

Please sign in to comment.