mirror of https://github.com/stascorp/rdpwrap
stdafx.cpp had PrecompiledHeader=Create for Debug|Win32, Debug|x64, Release|Win32, Release|x64 but not Release|ARM64. MSBuild fell through to the ItemDefinitionGroup default of Use, tried to open a PCH that was never generated, and all four TUs failed with C1083. dllmain.cpp also lacked the empty-PrecompiledHeader override for Release|ARM64 (disabling PCH for that TU), inconsistent with the other three platforms where it deliberately does not use the PCH.pull/4062/head
parent
433dcd5d55
commit
a44e365958
Loading…
Reference in new issue