diff options
Diffstat (limited to '')
-rw-r--r-- | C/Util/7z/Precomp.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/C/Util/7z/Precomp.h b/C/Util/7z/Precomp.h index 588a66f..bc8fa21 100644 --- a/C/Util/7z/Precomp.h +++ b/C/Util/7z/Precomp.h | |||
@@ -1,8 +1,12 @@ | |||
1 | /* Precomp.h -- StdAfx | 1 | /* Precomp.h -- StdAfx |
2 | 2013-06-16 : Igor Pavlov : Public domain */ | 2 | 2023-03-04 : Igor Pavlov : Public domain */ |
3 | 3 | ||
4 | #ifndef __7Z_PRECOMP_H | 4 | #ifndef ZIP7_INC_PRECOMP_H |
5 | #define __7Z_PRECOMP_H | 5 | #define ZIP7_INC_PRECOMP_H |
6 | |||
7 | #if defined(_MSC_VER) && _MSC_VER >= 1800 | ||
8 | #pragma warning(disable : 4464) // relative include path contains '..' | ||
9 | #endif | ||
6 | 10 | ||
7 | #include "../../Compiler.h" | 11 | #include "../../Compiler.h" |
8 | #include "../../7zTypes.h" | 12 | #include "../../7zTypes.h" |