Browse Source

Update hctstart for new SDK version: 16299 (#705)

Tex Riddell 8 năm trước cách đây
mục cha
commit
1608deb16a
1 tập tin đã thay đổi với 5 bổ sung1 xóa
  1. 5 1
      utils/hct/hctstart.cmd

+ 5 - 1
utils/hct/hctstart.cmd

@@ -188,7 +188,11 @@ if not exist "%kit_root%" (
   echo Windows 10 SDK was installed but is not accessible.
   exit /b 1
 )
-rem 10.0.15063.0 and 10.0.14393.0 will work properly. Reject 10586 and 10240 explicitly.
+rem 10.0.16299.0, 10.0.15063.0 and 10.0.14393.0 will work properly. Reject 10586 and 10240 explicitly.
+if exist "%kit_root%\include\10.0.16299.0\um\d3d12.h" (
+  echo Found Windows SDK 10.0.16299.0
+  goto :eof
+)
 if exist "%kit_root%\include\10.0.15063.0\um\d3d12.h" (
   echo Found Windows SDK 10.0.15063.0
   goto :eof