Skip to content

Commit

Permalink
Improve include consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
thebrandre committed Feb 18, 2024
1 parent 7c8fad4 commit c053279
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ExportGUID.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
#define INITGUID

#include <7zip/Archive/IArchive.h>
#include <7zip/ICoder.h>
#include <7zip/IDecl.h>
#include <7zip/IPassword.h>
#include <7zip/Archive/IArchive.h>
#include <7zip/IProgress.h>
#include <7zip/IStream.h>

#include "ExportGUID.h"
2 changes: 2 additions & 0 deletions ExportGUID.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#pragma once

#include <7zip/CPP/Common/MyWindows.h>

#define DEFINE_GUID_ARC(name, id) Z7_DEFINE_GUID(name, \
0x23170F69, 0x40C1, 0x278A, 0x10, 0x00, 0x00, 0x01, 0x10, id, 0x00, 0x00);

Expand Down

0 comments on commit c053279

Please sign in to comment.