Commit 8bf15158 authored by Alex Brainman's avatar Alex Brainman

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

R=golang-dev, r, r2
CC=golang-dev
https://golang.org/cl/4471046
parent b191155a
...@@ -198,7 +198,7 @@ type Overlapped struct { ...@@ -198,7 +198,7 @@ type Overlapped struct {
InternalHigh uint32 InternalHigh uint32
Offset uint32 Offset uint32
OffsetHigh uint32 OffsetHigh uint32
HEvent *byte HEvent int32
} }
type Filetime struct { type Filetime 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