diff options
author | Igor Pavlov <87184205+ip7z@users.noreply.github.com> | 2024-05-14 00:00:00 +0000 |
---|---|---|
committer | Igor Pavlov <87184205+ip7z@users.noreply.github.com> | 2024-05-15 23:55:04 +0500 |
commit | fc662341e6f85da78ada0e443f6116b978f79f22 (patch) | |
tree | 1be1cc402a7a9cbc18d4eeea6b141354c2d559e3 /CPP/Common/MyTypes.h | |
parent | 5b39dc76f1bc82f941d5c800ab9f34407a06b53a (diff) | |
download | 7zip-24.05.tar.gz 7zip-24.05.tar.bz2 7zip-24.05.zip |
24.0524.05
Diffstat (limited to 'CPP/Common/MyTypes.h')
-rw-r--r-- | CPP/Common/MyTypes.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/CPP/Common/MyTypes.h b/CPP/Common/MyTypes.h index 8f44f67..eadc9a4 100644 --- a/CPP/Common/MyTypes.h +++ b/CPP/Common/MyTypes.h | |||
@@ -3,10 +3,11 @@ | |||
3 | #ifndef ZIP7_INC_COMMON_MY_TYPES_H | 3 | #ifndef ZIP7_INC_COMMON_MY_TYPES_H |
4 | #define ZIP7_INC_COMMON_MY_TYPES_H | 4 | #define ZIP7_INC_COMMON_MY_TYPES_H |
5 | 5 | ||
6 | #include "Common0.h" | ||
6 | #include "../../C/7zTypes.h" | 7 | #include "../../C/7zTypes.h" |
7 | #include "Common.h" | ||
8 | 8 | ||
9 | typedef int HRes; | 9 | // typedef int HRes; |
10 | // typedef HRESULT HRes; | ||
10 | 11 | ||
11 | struct CBoolPair | 12 | struct CBoolPair |
12 | { | 13 | { |