Windows 10 SDK build fixes
commitec866e635e3c80d6de6bca4f49865a1b2b1213c2
authorLuke Howard <lukeh@padl.com>
Wed, 11 Aug 2021 08:53:36 +0000 (11 18:53 +1000)
committerNico Williams <nico@cryptonector.com>
Wed, 5 Jan 2022 18:58:48 +0000 (5 12:58 -0600)
tree90d965052e884052d9ff18716555764f368ea3cb
parent7cc4b7a9e624f5eecfbb38607d4cc0870a895671
Windows 10 SDK build fixes

Build without Win32.mak, and using Universal C Runtime (UCRT)

windows: Check for APPVER, not VCVER for UCRT

When deciding whether UCRT is used (and thus no CRT merge modules), check for
Windows 10 rather than the version of Visual Studio, as we may be building with
an older SDK.
appveyor.yml
include/config.h.w32
lib/roken/roken.h.in
lib/roken/strtoll.c
lib/roken/strtoull.c
packages/windows/installer/NTMakefile
packages/windows/installer/heimdal-installer.wxs
windows/NTMakefile.sdk [new file with mode: 0644]
windows/NTMakefile.w32