File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -1974,18 +1974,12 @@ compiler option, or define _ALLOW_RTCc_IN_STL to suppress this error.
1974
1974
#endif // defined(MRTDLL) && !defined(_M_CEE_PURE)
1975
1975
1976
1976
#define _STL_WIN32_WINNT_VISTA 0x0600 // _WIN32_WINNT_VISTA from sdkddkver.h
1977
- #define _STL_WIN32_WINNT_WIN8 0x0602 // _WIN32_WINNT_WIN8 from sdkddkver.h
1978
1977
#define _STL_WIN32_WINNT_WIN10 0x0A00 // _WIN32_WINNT_WIN10 from sdkddkver.h
1979
1978
1980
1979
// Note that the STL DLL builds will set this to XP for ABI compatibility with VS2015 which supported XP.
1981
1980
#ifndef _STL_WIN32_WINNT
1982
- #if defined(_M_ARM64)
1983
- // The first ARM64 Windows was Windows 10
1981
+ // The earliest Windows supported by this implementation is Windows 10
1984
1982
#define _STL_WIN32_WINNT _STL_WIN32_WINNT_WIN10
1985
- #else // ^^^ defined(_M_ARM64) / !defined(_M_ARM64) vvv
1986
- // The earliest Windows supported by this implementation is Windows 8
1987
- #define _STL_WIN32_WINNT _STL_WIN32_WINNT_WIN8
1988
- #endif // ^^^ !defined(_M_ARM64) ^^^
1989
1983
#endif // !defined(_STL_WIN32_WINNT)
1990
1984
1991
1985
#ifdef __cpp_noexcept_function_type
You can’t perform that action at this time.
0 commit comments