[PR #15131] [MERGED] Only try to hand off to ConhostV1 if building for Windows #30439

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/15131
Author: @DHowett
Created: 4/6/2023
Status: Merged
Merged: 4/6/2023
Merged by: @DHowett

Base: mainHead: dev/duhowett/forcev3


📝 Commits (1)

  • 67a83ec Only try to hand off to ConhostV1 if building for Windows

📊 Changes

2 files changed (+33 additions, -20 deletions)

View changed files

📝 src/features.xml (+9 -0)
📝 src/host/exe/exemain.cpp (+24 -20)

📄 Description

Some of our automated tooling detects this as being a private API that we're accessing via LoadLibrary/GetProcAddress. It's not wrong, but it's also not right.

It's easier for us to just not do it (and save all the code for it!) in OpenConsole.


🔄 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/15131 **Author:** [@DHowett](https://github.com/DHowett) **Created:** 4/6/2023 **Status:** ✅ Merged **Merged:** 4/6/2023 **Merged by:** [@DHowett](https://github.com/DHowett) **Base:** `main` ← **Head:** `dev/duhowett/forcev3` --- ### 📝 Commits (1) - [`67a83ec`](https://github.com/microsoft/terminal/commit/67a83ecd8830908157e23579d6145f47e25ba5e5) Only try to hand off to ConhostV1 if building for Windows ### 📊 Changes **2 files changed** (+33 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `src/features.xml` (+9 -0) 📝 `src/host/exe/exemain.cpp` (+24 -20) </details> ### 📄 Description Some of our automated tooling detects this as being a private API that we're accessing via LoadLibrary/GetProcAddress. It's not *wrong*, but it's also not *right*. It's easier for us to just not do it (and save all the code for it!) in OpenConsole. --- <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:40:50 +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#30439