Windows: Remove TP4 support from main code
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
parent
3f3ba02798
commit
d7569f07e6
1 changed files with 0 additions and 5 deletions
|
@ -64,11 +64,6 @@ func useNativeConsole() bool {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
// Must have a late pre-release TP4 build of Windows Server 2016/Windows 10 TH2 or later
|
|
||||||
if osv.Build < 10578 {
|
|
||||||
return false
|
|
||||||
}
|
|
||||||
|
|
||||||
// Get the console modes. If this fails, we can't use the native console
|
// Get the console modes. If this fails, we can't use the native console
|
||||||
state, err := getNativeConsole()
|
state, err := getNativeConsole()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Reference in a new issue