mirror of
https://github.com/golang/go
synced 2024-11-19 14:54:43 -07:00
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:
parent
b191155ab4
commit
8bf1515825
@ -198,7 +198,7 @@ type Overlapped struct {
|
||||
InternalHigh uint32
|
||||
Offset uint32
|
||||
OffsetHigh uint32
|
||||
HEvent *byte
|
||||
HEvent int32
|
||||
}
|
||||
|
||||
type Filetime struct {
|
||||
|
Loading…
Reference in New Issue
Block a user