Commit fd80efee authored by Alex Brainman's avatar Alex Brainman

net: fix windows build

R=golang-dev
CC=golang-dev
https://golang.org/cl/4873058
parent a986d980
......@@ -359,6 +359,9 @@ const (
WSADESCRIPTION_LEN = 256
WSASYS_STATUS_LEN = 128
IPV6_JOIN_GROUP = 12
IPV6_LEAVE_GROUP = 13
)
type WSABuf struct {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment