diff options
author | Igor Pavlov <87184205+ip7z@users.noreply.github.com> | 2023-06-21 00:00:00 +0000 |
---|---|---|
committer | Igor Pavlov <87184205+ip7z@users.noreply.github.com> | 2023-12-17 14:59:19 +0500 |
commit | 5b39dc76f1bc82f941d5c800ab9f34407a06b53a (patch) | |
tree | fe5e17420300b715021a76328444088d32047963 /C/Util/SfxSetup/Precomp.h | |
parent | 93be7d4abfd4233228f58ee1fbbcd76d91be66a4 (diff) | |
download | 7zip-23.01.tar.gz 7zip-23.01.tar.bz2 7zip-23.01.zip |
23.0123.01
Diffstat (limited to 'C/Util/SfxSetup/Precomp.h')
-rw-r--r-- | C/Util/SfxSetup/Precomp.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/C/Util/SfxSetup/Precomp.h b/C/Util/SfxSetup/Precomp.h index 588a66f..bc8fa21 100644 --- a/C/Util/SfxSetup/Precomp.h +++ b/C/Util/SfxSetup/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" |