diff options
Diffstat (limited to '')
-rw-r--r-- | CPP/7zip/Bundles/Format7zF/StdAfx.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/CPP/7zip/Bundles/Format7zF/StdAfx.h b/CPP/7zip/Bundles/Format7zF/StdAfx.h index 2854ff3..035267c 100644 --- a/CPP/7zip/Bundles/Format7zF/StdAfx.h +++ b/CPP/7zip/Bundles/Format7zF/StdAfx.h | |||
@@ -1,8 +1,11 @@ | |||
1 | // StdAfx.h | 1 | // StdAfx.h |
2 | 2 | ||
3 | #ifndef __STDAFX_H | 3 | #ifndef ZIP7_INC_STDAFX_H |
4 | #define __STDAFX_H | 4 | #define ZIP7_INC_STDAFX_H |
5 | 5 | ||
6 | #if defined(_MSC_VER) && _MSC_VER >= 1800 | ||
7 | #pragma warning(disable : 4464) // relative include path contains '..' | ||
8 | #endif | ||
6 | #include "../../../Common/Common.h" | 9 | #include "../../../Common/Common.h" |
7 | 10 | ||
8 | #endif | 11 | #endif |