mirror of
https://github.com/golang/go
synced 2024-11-21 21:44:40 -07:00
net: fix windows build
R=golang-dev CC=golang-dev https://golang.org/cl/4873058
This commit is contained in:
parent
a986d98053
commit
fd80efee10
@ -359,6 +359,9 @@ const (
|
||||
|
||||
WSADESCRIPTION_LEN = 256
|
||||
WSASYS_STATUS_LEN = 128
|
||||
|
||||
IPV6_JOIN_GROUP = 12
|
||||
IPV6_LEAVE_GROUP = 13
|
||||
)
|
||||
|
||||
type WSABuf struct {
|
||||
|
Loading…
Reference in New Issue
Block a user