diff options
Diffstat (limited to '')
-rw-r--r-- | CPP/7zip/UI/FileManager/StdAfx.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/CPP/7zip/UI/FileManager/StdAfx.h b/CPP/7zip/UI/FileManager/StdAfx.h index 789cc6e..7790eae 100644 --- a/CPP/7zip/UI/FileManager/StdAfx.h +++ b/CPP/7zip/UI/FileManager/StdAfx.h | |||
@@ -7,23 +7,7 @@ | |||
7 | #pragma warning(disable : 4464) // relative include path contains '..' | 7 | #pragma warning(disable : 4464) // relative include path contains '..' |
8 | #endif | 8 | #endif |
9 | 9 | ||
10 | #include "../../../../C/Compiler.h" | ||
11 | |||
12 | Z7_DIAGNOSCTIC_IGNORE_BEGIN_RESERVED_MACRO_IDENTIFIER | ||
13 | #ifndef _WIN32_WINNT | ||
14 | // #define _WIN32_WINNT 0x0400 | ||
15 | #define _WIN32_WINNT 0x0500 | ||
16 | // #define _WIN32_WINNT 0x0600 | ||
17 | // #define _WIN32_WINNT 0x0A00 | ||
18 | #endif | ||
19 | #ifndef WINVER | ||
20 | #define WINVER _WIN32_WINNT | ||
21 | #endif | ||
22 | // #define _WIN32_IE 0x400 // for debug | ||
23 | Z7_DIAGNOSCTIC_IGNORE_END_RESERVED_MACRO_IDENTIFIER | ||
24 | |||
25 | #include "../../../Common/Common.h" | 10 | #include "../../../Common/Common.h" |
26 | #include "../../../Common/MyWindows.h" | ||
27 | 11 | ||
28 | #endif | 12 | #endif |
29 | 13 | ||