|
@@ -100,6 +100,7 @@ typedef unsigned int uintptr_t;
|
|
|
#endif
|
|
|
#if defined(WDK_NTDDI_VERSION) && WDK_NTDDI_VERSION > 0x0A000008 /* 10.0.19041.0 */
|
|
|
#define HAVE_D3D12_H 1
|
|
|
+#endif
|
|
|
#if defined(_WIN32_MAXVER) && _WIN32_MAXVER >= 0x0603 /* Windows 8.1 SDK */
|
|
|
#define HAVE_SHELLSCALINGAPI_H 1
|
|
|
#endif
|
|
@@ -107,7 +108,6 @@ typedef unsigned int uintptr_t;
|
|
|
#define HAVE_AUDIOCLIENT_H 1
|
|
|
#define HAVE_TPCSHRD_H 1
|
|
|
#define HAVE_SENSORSAPI_H 1
|
|
|
-#endif
|
|
|
#if (defined(_M_IX86) || defined(_M_X64) || defined(_M_AMD64)) && (defined(_MSC_VER) && _MSC_VER >= 1600)
|
|
|
#define HAVE_IMMINTRIN_H 1
|
|
|
#elif defined(__has_include) && (defined(__i386__) || defined(__x86_64))
|