diff --git a/configure b/configure index 734cee0b51..b6f9b7049d 100755 --- a/configure +++ b/configure @@ -27167,7 +27167,7 @@ printf %s "checking for d3d12 Windows SDK version... " >&6; } #include #include #include -ID3D12Device5 *device; +ID3D12Device1 *device; #if WDK_NTDDI_VERSION <= 0x0A000008 asdf #endif diff --git a/configure.ac b/configure.ac index 00e146286f..ee8a41ebfc 100644 --- a/configure.ac +++ b/configure.ac @@ -3273,7 +3273,7 @@ CheckDIRECTX() #include #include #include -ID3D12Device5 *device; +ID3D12Device1 *device; #if WDK_NTDDI_VERSION <= 0x0A000008 asdf #endif