Skip to content

Commit

Permalink
Fix definition issues in NanaZip.Specification.SevenZip.
Browse files Browse the repository at this point in the history
  • Loading branch information
MouriNaruto committed Nov 1, 2024
1 parent 845d94c commit 5d067cc
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 @@ -23,7 +23,7 @@ const UINT16 SevenZipGuidData3Encoder = 0x2791;
const UINT16 SevenZipGuidData3Hasher = 0x2792;

MIDL_INTERFACE("23170F69-40C1-278A-0000-000300010000")
ISequentialOutStream : public IUnknown
ISequentialInStream : public IUnknown
{
public:

Expand All @@ -34,7 +34,7 @@ ISequentialOutStream : public IUnknown
};

MIDL_INTERFACE("23170F69-40C1-278A-0000-000300020000")
ISequentialInStream : public IUnknown
ISequentialOutStream : public IUnknown
{
public:

Expand Down

0 comments on commit 5d067cc

Please sign in to comment.