[PR #4522] [MERGED] Force the use of named forwarders in PublicTermCore for Win7 #25802

Open
opened 2026-01-31 09:11:53 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/4522
Author: @DHowett-MSFT
Created: 2/10/2020
Status: Merged
Merged: 2/10/2020
Merged by: @undefined

Base: masterHead: dev/duhowett/why_7_you_might_ask


📝 Commits (1)

  • ee36560 Force the use of named forwarders in PublicTermCore for Win7

📊 Changes

1 file changed (+9 additions, -1 deletions)

View changed files

📝 src/cascadia/PublicTerminalCore/PublicTerminalCore.vcxproj (+9 -1)

📄 Description

In debug builds that haven't been LTO'd or had unused refs removed,
there will still be a spurious reference to api-ms-win-winrt-core (or
something similar.)

In release builds, that reference is gone.

Fixes #4519.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/4522 **Author:** [@DHowett-MSFT](https://github.com/DHowett-MSFT) **Created:** 2/10/2020 **Status:** ✅ Merged **Merged:** 2/10/2020 **Merged by:** [@undefined](undefined) **Base:** `master` ← **Head:** `dev/duhowett/why_7_you_might_ask` --- ### 📝 Commits (1) - [`ee36560`](https://github.com/microsoft/terminal/commit/ee36560406b21f1814b5d1464db2b16fa6eec188) Force the use of named forwarders in PublicTermCore for Win7 ### 📊 Changes **1 file changed** (+9 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/PublicTerminalCore/PublicTerminalCore.vcxproj` (+9 -1) </details> ### 📄 Description In debug builds that haven't been LTO'd or had unused refs removed, there will still be a spurious reference to api-ms-win-winrt-core (or something similar.) In release builds, that reference is gone. Fixes #4519. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:11:53 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#25802