File tree 6 files changed +36
-54
lines changed
6 files changed +36
-54
lines changed Original file line number Diff line number Diff line change 7
7
8
8
// Modify the following defines if you have to target a platform prior to the ones specified below.
9
9
// Refer to MSDN for the latest info on corresponding values for different platforms.
10
- #ifndef WINVER // Specifies that the minimum required platform is Windows 7.
11
- #define WINVER 0x0602 // Change this to the appropriate value to target other versions of Windows.
12
- #endif
13
10
14
- #ifndef _WIN32_WINNT // Specifies that the minimum required platform is Windows 7.
15
- #define _WIN32_WINNT 0x0602 // Change this to the appropriate value to target other versions of Windows.
11
+ #ifndef _WIN32_WINNT // Specifies that the minimum required platform is Windows 7.
12
+ #define _WIN32_WINNT _WIN32_WINNT_WIN7 // Change this to the appropriate value to target other versions of Windows.
16
13
#endif
17
14
18
- #ifndef _WIN32_WINDOWS // Specifies that the minimum required platform is Windows 98 .
19
- #define _WIN32_WINDOWS 0x0410 // Change this to the appropriate value to target Windows Me or later .
15
+ #ifndef _WIN32_IE // Specifies that the minimum required platform is Internet Explorer 11.0 .
16
+ #define _WIN32_IE _WIN32_IE_IE110 // Change this to the appropriate value to target other versions of IE .
20
17
#endif
21
18
22
- #ifndef _WIN32_IE // Specifies that the minimum required platform is Internet Explorer 7.0 .
23
- #define _WIN32_IE 0x0700 // Change this to the appropriate value to target other versions of IE .
19
+ #ifndef NTDDI_VERSION // Specifies that the minimum required platform is NTDDI for Windows 8 .
20
+ #define NTDDI_VERSION NTDDI_WIN8 // Change this to the appropriate value to target other versions of NTDDI .
24
21
#endif
Original file line number Diff line number Diff line change 7
7
8
8
// Modify the following defines if you have to target a platform prior to the ones specified below.
9
9
// Refer to MSDN for the latest info on corresponding values for different platforms.
10
- #ifndef WINVER // Specifies that the minimum required platform is Windows 7.
11
- #define WINVER 0x0602 // Change this to the appropriate value to target other versions of Windows.
12
- #endif
13
10
14
- #ifndef _WIN32_WINNT // Specifies that the minimum required platform is Windows 7.
15
- #define _WIN32_WINNT 0x0602 // Change this to the appropriate value to target other versions of Windows.
11
+ #ifndef _WIN32_WINNT // Specifies that the minimum required platform is Windows 7.
12
+ #define _WIN32_WINNT _WIN32_WINNT_WIN7 // Change this to the appropriate value to target other versions of Windows.
16
13
#endif
17
14
18
- #ifndef _WIN32_WINDOWS // Specifies that the minimum required platform is Windows 98 .
19
- #define _WIN32_WINDOWS 0x0410 // Change this to the appropriate value to target Windows Me or later .
15
+ #ifndef _WIN32_IE // Specifies that the minimum required platform is Internet Explorer 11.0 .
16
+ #define _WIN32_IE _WIN32_IE_IE110 // Change this to the appropriate value to target other versions of IE .
20
17
#endif
21
18
22
- #ifndef _WIN32_IE // Specifies that the minimum required platform is Internet Explorer 7.0 .
23
- #define _WIN32_IE 0x0700 // Change this to the appropriate value to target other versions of IE .
19
+ #ifndef NTDDI_VERSION // Specifies that the minimum required platform is NTDDI for Windows 8 .
20
+ #define NTDDI_VERSION NTDDI_WIN8 // Change this to the appropriate value to target other versions of NTDDI .
24
21
#endif
Original file line number Diff line number Diff line change 7
7
8
8
// Modify the following defines if you have to target a platform prior to the ones specified below.
9
9
// Refer to MSDN for the latest info on corresponding values for different platforms.
10
- #ifndef WINVER // Specifies that the minimum required platform is Windows 7.
11
- #define WINVER 0x0602 // Change this to the appropriate value to target other versions of Windows.
12
- #endif
13
10
14
- #ifndef _WIN32_WINNT // Specifies that the minimum required platform is Windows 7.
15
- #define _WIN32_WINNT 0x0602 // Change this to the appropriate value to target other versions of Windows.
11
+ #ifndef _WIN32_WINNT // Specifies that the minimum required platform is Windows 7.
12
+ #define _WIN32_WINNT _WIN32_WINNT_WIN7 // Change this to the appropriate value to target other versions of Windows.
16
13
#endif
17
14
18
- #ifndef _WIN32_WINDOWS // Specifies that the minimum required platform is Windows 98 .
19
- #define _WIN32_WINDOWS 0x0410 // Change this to the appropriate value to target Windows Me or later .
15
+ #ifndef _WIN32_IE // Specifies that the minimum required platform is Internet Explorer 11.0 .
16
+ #define _WIN32_IE _WIN32_IE_IE110 // Change this to the appropriate value to target other versions of IE .
20
17
#endif
21
18
22
- #ifndef _WIN32_IE // Specifies that the minimum required platform is Internet Explorer 7.0 .
23
- #define _WIN32_IE 0x0700 // Change this to the appropriate value to target other versions of IE .
19
+ #ifndef NTDDI_VERSION // Specifies that the minimum required platform is NTDDI for Windows 8 .
20
+ #define NTDDI_VERSION NTDDI_WIN8 // Change this to the appropriate value to target other versions of NTDDI .
24
21
#endif
Original file line number Diff line number Diff line change 7
7
8
8
// Modify the following defines if you have to target a platform prior to the ones specified below.
9
9
// Refer to MSDN for the latest info on corresponding values for different platforms.
10
- #ifndef WINVER // Specifies that the minimum required platform is Windows 7.
11
- #define WINVER 0x0602 // Change this to the appropriate value to target other versions of Windows.
12
- #endif
13
10
14
- #ifndef _WIN32_WINNT // Specifies that the minimum required platform is Windows 7.
15
- #define _WIN32_WINNT 0x0602 // Change this to the appropriate value to target other versions of Windows.
11
+ #ifndef _WIN32_WINNT // Specifies that the minimum required platform is Windows 7.
12
+ #define _WIN32_WINNT _WIN32_WINNT_WIN7 // Change this to the appropriate value to target other versions of Windows.
16
13
#endif
17
14
18
- #ifndef _WIN32_WINDOWS // Specifies that the minimum required platform is Windows 98 .
19
- #define _WIN32_WINDOWS 0x0410 // Change this to the appropriate value to target Windows Me or later .
15
+ #ifndef _WIN32_IE // Specifies that the minimum required platform is Internet Explorer 11.0 .
16
+ #define _WIN32_IE _WIN32_IE_IE110 // Change this to the appropriate value to target other versions of IE .
20
17
#endif
21
18
22
- #ifndef _WIN32_IE // Specifies that the minimum required platform is Internet Explorer 7.0 .
23
- #define _WIN32_IE 0x0700 // Change this to the appropriate value to target other versions of IE .
19
+ #ifndef NTDDI_VERSION // Specifies that the minimum required platform is NTDDI for Windows 8 .
20
+ #define NTDDI_VERSION NTDDI_WIN8 // Change this to the appropriate value to target other versions of NTDDI .
24
21
#endif
Original file line number Diff line number Diff line change 7
7
8
8
// Modify the following defines if you have to target a platform prior to the ones specified below.
9
9
// Refer to MSDN for the latest info on corresponding values for different platforms.
10
- #ifndef WINVER // Specifies that the minimum required platform is Windows 7.
11
- #define WINVER 0x0602 // Change this to the appropriate value to target other versions of Windows.
12
- #endif
13
10
14
- #ifndef _WIN32_WINNT // Specifies that the minimum required platform is Windows 7.
15
- #define _WIN32_WINNT 0x0602 // Change this to the appropriate value to target other versions of Windows.
11
+ #ifndef _WIN32_WINNT // Specifies that the minimum required platform is Windows 7.
12
+ #define _WIN32_WINNT _WIN32_WINNT_WIN7 // Change this to the appropriate value to target other versions of Windows.
16
13
#endif
17
14
18
- #ifndef _WIN32_WINDOWS // Specifies that the minimum required platform is Windows 98 .
19
- #define _WIN32_WINDOWS 0x0410 // Change this to the appropriate value to target Windows Me or later .
15
+ #ifndef _WIN32_IE // Specifies that the minimum required platform is Internet Explorer 11.0 .
16
+ #define _WIN32_IE _WIN32_IE_IE110 // Change this to the appropriate value to target other versions of IE .
20
17
#endif
21
18
22
- #ifndef _WIN32_IE // Specifies that the minimum required platform is Internet Explorer 7.0 .
23
- #define _WIN32_IE 0x0700 // Change this to the appropriate value to target other versions of IE .
19
+ #ifndef NTDDI_VERSION // Specifies that the minimum required platform is NTDDI for Windows 8 .
20
+ #define NTDDI_VERSION NTDDI_WIN8 // Change this to the appropriate value to target other versions of NTDDI .
24
21
#endif
Original file line number Diff line number Diff line change 7
7
8
8
// Modify the following defines if you have to target a platform prior to the ones specified below.
9
9
// Refer to MSDN for the latest info on corresponding values for different platforms.
10
- #ifndef WINVER // Specifies that the minimum required platform is Windows 7.
11
- #define WINVER 0x0602 // Change this to the appropriate value to target other versions of Windows.
12
- #endif
13
10
14
- #ifndef _WIN32_WINNT // Specifies that the minimum required platform is Windows 7.
15
- #define _WIN32_WINNT 0x0602 // Change this to the appropriate value to target other versions of Windows.
11
+ #ifndef _WIN32_WINNT // Specifies that the minimum required platform is Windows 7.
12
+ #define _WIN32_WINNT _WIN32_WINNT_WIN7 // Change this to the appropriate value to target other versions of Windows.
16
13
#endif
17
14
18
- #ifndef _WIN32_WINDOWS // Specifies that the minimum required platform is Windows 98 .
19
- #define _WIN32_WINDOWS 0x0410 // Change this to the appropriate value to target Windows Me or later .
15
+ #ifndef _WIN32_IE // Specifies that the minimum required platform is Internet Explorer 11.0 .
16
+ #define _WIN32_IE _WIN32_IE_IE110 // Change this to the appropriate value to target other versions of IE .
20
17
#endif
21
18
22
- #ifndef _WIN32_IE // Specifies that the minimum required platform is Internet Explorer 7.0 .
23
- #define _WIN32_IE 0x0700 // Change this to the appropriate value to target other versions of IE .
19
+ #ifndef NTDDI_VERSION // Specifies that the minimum required platform is NTDDI for Windows 8 .
20
+ #define NTDDI_VERSION NTDDI_WIN8 // Change this to the appropriate value to target other versions of NTDDI .
24
21
#endif
You can’t perform that action at this time.
0 commit comments