forked from eclipse-cdt/cdt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow PTY to not load WinPTY on Windows
Refactors the initialization code of PTY to allow code to avoid loading WinPTY if it isn't needed. The previous code would load WinPTY even if ConPTY was in use. To achieve this the code was refactored to have cleaner state with a new field ptyType that replaces isConPTY, isWinPTY and hasPTY. The initialization code has This is needed so that WoA can run without needing to port the unneeded WinPTY library Part of eclipse-cdt#969
- Loading branch information
1 parent
04408db
commit 3c9b995
Showing
3 changed files
with
112 additions
and
64 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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