From: Alex Brainman Date: Sun, 8 May 2011 06:33:44 +0000 (+1000) Subject: syscall: change Overlapped.HEvent type, it is a handle X-Git-Tag: weekly.2011-05-22~128 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=8bf151582562eb9d70b46d1d999ab317444298fd;p=gostls13.git syscall: change Overlapped.HEvent type, it is a handle R=golang-dev, r, r2 CC=golang-dev https://golang.org/cl/4471046 --- diff --git a/src/pkg/syscall/ztypes_windows_386.go b/src/pkg/syscall/ztypes_windows_386.go index 73cfe069bc..7b15ea4049 100644 --- a/src/pkg/syscall/ztypes_windows_386.go +++ b/src/pkg/syscall/ztypes_windows_386.go @@ -198,7 +198,7 @@ type Overlapped struct { InternalHigh uint32 Offset uint32 OffsetHigh uint32 - HEvent *byte + HEvent int32 } type Filetime struct {