makepanda: add support for Windows 10.0.18362.0 SDK

This commit is contained in:
rdb 2019-12-28 20:57:44 +01:00
parent 1c50abb79b
commit 7b5e11e9c9

View File

@ -2853,7 +2853,7 @@ def SetupVisualStudioEnviron():
elif not win_kit.endswith('\\'):
win_kit += '\\'
for vnum in 10150, 10240, 10586, 14393, 15063, 16299, 17134, 17763:
for vnum in 10150, 10240, 10586, 14393, 15063, 16299, 17134, 17763, 18362:
version = "10.0.{0}.0".format(vnum)
if os.path.isfile(win_kit + "Include\\" + version + "\\ucrt\\assert.h"):
print("Using Universal CRT %s" % (version))