diff options
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 | { |