]> Cypherpunks repositories - gostls13.git/commit
all: drop support for Windows Vista or below (Windows XP)
authorMikio Hara <mikioh.mikioh@gmail.com>
Tue, 13 Feb 2018 20:33:15 +0000 (05:33 +0900)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 15 Feb 2018 17:24:42 +0000 (17:24 +0000)
commitd50bb8dbb9d13858319db0914068126ed78e5144
tree23735e4013713615d1c578f3073fe62a6a4ba130
parent9542ba674d9de639ab439962fb6b308289687219
all: drop support for Windows Vista or below (Windows XP)

Per the notice in the Go 1.10 release notes, this change drops the
support for Windows Vista or below (including Windows XP) and
simplifies the code for the sake of maintenance.

There is one exception to the above. The code related to DLL and
system calls still remains in the runtime package. The remaining code
will be refined and used for supporting upcoming Windows versions in
future.

Updates #17245
Fixes #23072

Change-Id: I9e2821721f25ef9b83dfbf85be2b7ee5d9023aa5
Reviewed-on: https://go-review.googlesource.com/94255
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/go/go_windows_test.go
src/internal/syscall/windows/exec_windows_test.go
src/internal/testenv/testenv_notwin.go
src/internal/testenv/testenv_windows.go
src/net/interface_windows.go
src/net/interface_windows_test.go [deleted file]
src/net/net_windows_test.go
src/net/protoconn_test.go
src/net/udpsock_test.go
src/os/exec/exec_test.go
src/os/file_windows.go