]> Cypherpunks.ru repositories - gostls13.git/commit
runtime: unconditionally load AddVectoredContinueHandler on Windows
authorqmuntal <quimmuntal@gmail.com>
Thu, 5 Oct 2023 10:28:42 +0000 (12:28 +0200)
committerQuim Muntal <quimmuntal@gmail.com>
Tue, 17 Oct 2023 20:32:29 +0000 (20:32 +0000)
commita30967f4ce319754e9c52967d0d72392e672c2c2
tree740527fe33ff0370f2f1b573457dd44e41f7dcda
parentff7986d67029992b6a388a3797c4024d9a4856da
runtime: unconditionally load AddVectoredContinueHandler on Windows

AddVectoredContinueHandler is available since Windows XP [1], there is
no need to check if it is available.

[1]: https://learn.microsoft.com/en-us/windows/win32/api/errhandlingapi/nf-errhandlingapi-addvectoredcontinuehandler

Change-Id: I1ddc3d58b3294d9876620cd46159d9692694b475
Reviewed-on: https://go-review.googlesource.com/c/go/+/532817
Reviewed-by: Alex Brainman <alex.brainman@gmail.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Run-TryBot: Quim Muntal <quimmuntal@gmail.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
src/runtime/os_windows.go
src/runtime/signal_windows.go