瀏覽代碼

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

Tex Riddell 8 年之前
父節點
當前提交
1608deb16a
共有 1 個文件被更改,包括 5 次插入1 次删除
  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