syscall: change Overlapped.HEvent type, it is a handle

R=golang-dev, r, r2
CC=golang-dev
https://golang.org/cl/4471046
This commit is contained in:
Alex Brainman 2011-05-08 16:33:44 +10:00
parent b191155ab4
commit 8bf1515825

View File

@ -198,7 +198,7 @@ type Overlapped struct {
InternalHigh uint32
Offset uint32
OffsetHigh uint32
HEvent *byte
HEvent int32
}
type Filetime struct {