Sync changes from upstream repository

This commit is contained in:
Bozo the Builder
2024-11-20 02:35:59 -08:00
parent 56a55eb632
commit 80802eea37
21 changed files with 1475 additions and 18 deletions

View File

@@ -28,6 +28,7 @@
#error Incorrect _M_... setting for x64 build
#endif
#if !defined(_M_ARM64)
#if !defined(_M_X64)
// This should be automatically defined by the compiler
#error _M_X64 should be defined for x64 builds
@@ -43,6 +44,7 @@
// This should be automatically defined by the compiler
#error _M_AMD64 should be defined for x64 builds
#endif
#endif // !defined(_M_ARM64)
#endif
@@ -104,6 +106,7 @@
#error Incorrect _M_... setting for x64 build
#endif
#if !defined(_M_ARM64)
#if !defined(_M_X64)
// This should be automatically defined by the compiler
#error _M_X64 should be defined for x64 builds
@@ -119,6 +122,7 @@
// This should be automatically defined by the compiler
#error _M_AMD64 should be defined for x64 builds
#endif
#endif // !defined(_M_ARM64)
#endif