Update platform toolset by florelis · Pull Request #5882 · microsoft/winget-cli
previously approved these changes Nov 15, 2025
florelis added a commit that referenced this pull request
Dec 1, 2025Follow-up to #5882 to fix some issues I saw when building with VS2026. * Add back the setting for `ReleaseStatic` configuration that I deleted by accident. (The build error without this says that a the binary needs an entrypoint. So I'm assuming that without the `ConfigurationType` it assumes application instead of library.) * Added a missing include to a header. * Moved a template definition to be after the definition for a type it references. * Suppressed a warning from WIL code.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters