]> Cypherpunks repositories - gostls13.git/commit
syscall: remove Windows 7 console handle workaround
authorqmuntal <quimmuntal@gmail.com>
Tue, 26 Sep 2023 18:29:05 +0000 (20:29 +0200)
committerGopher Robot <gobot@golang.org>
Wed, 27 Sep 2023 14:22:02 +0000 (14:22 +0000)
commit48042aa09c2f878c4faa576948b07fe625c4707a
treee5f5636162fc3dfd1cfdbc80e7606baad99bc6fd
parenta2ff3acb0dbb3d4d3628f359f0e1b091a4f0ee9b
syscall: remove Windows 7 console handle workaround

Windows 7 is no longer supported, there is no need to complicate the
code to support inheriting console handles.

Change-Id: Ie9f5cde77a63ea4fa6032bbb7ba5bd48a0989c5b
Reviewed-on: https://go-review.googlesource.com/c/go/+/531235
Reviewed-by: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
Run-TryBot: Quim Muntal <quimmuntal@gmail.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Quim Muntal <quimmuntal@gmail.com>
src/syscall/exec_windows.go