Windows 10 SDK build fixes
commitceef0a008997b425b83d01672d814d4c9ff3250c
authorLuke Howard <lukeh@padl.com>
Wed, 11 Aug 2021 08:53:36 +0000 (11 18:53 +1000)
committerJeffrey Altman <jaltman@auristor.com>
Mon, 3 Jan 2022 14:25:18 +0000 (3 09:25 -0500)
treee8b9ad01281f0779f06551df43284bc3ac16f2af
parent95021a32844856a7462c40072ac6ff31ec681109
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