diff options
Diffstat (limited to 'C/Util/7zipInstall/Precomp.h')
| -rw-r--r-- | C/Util/7zipInstall/Precomp.h | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/C/Util/7zipInstall/Precomp.h b/C/Util/7zipInstall/Precomp.h index 4c90d47..bc8fa21 100644 --- a/C/Util/7zipInstall/Precomp.h +++ b/C/Util/7zipInstall/Precomp.h | |||
| @@ -1,11 +1,14 @@ | |||
| 1 | /* Precomp.h -- StdAfx | 1 | /* Precomp.h -- StdAfx |
| 2 | 2015-05-24 : 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 | 6 | ||
| 7 | #include "../../Compiler.h" | 7 | #if defined(_MSC_VER) && _MSC_VER >= 1800 |
| 8 | #pragma warning(disable : 4464) // relative include path contains '..' | ||
| 9 | #endif | ||
| 8 | 10 | ||
| 11 | #include "../../Compiler.h" | ||
| 9 | #include "../../7zTypes.h" | 12 | #include "../../7zTypes.h" |
| 10 | 13 | ||
| 11 | #endif | 14 | #endif |
