]> Cypherpunks repositories - gostls13.git/commitdiff
syscall: change Overlapped.HEvent type, it is a handle
authorAlex Brainman <alex.brainman@gmail.com>
Sun, 8 May 2011 06:33:44 +0000 (16:33 +1000)
committerAlex Brainman <alex.brainman@gmail.com>
Sun, 8 May 2011 06:33:44 +0000 (16:33 +1000)
R=golang-dev, r, r2
CC=golang-dev
https://golang.org/cl/4471046

src/pkg/syscall/ztypes_windows_386.go

index 73cfe069bc2b06ec5b49031dfb9a4a662fe1ebee..7b15ea4049cc4151768a15eb812d1d35faa23b05 100644 (file)
@@ -198,7 +198,7 @@ type Overlapped struct {
        InternalHigh uint32
        Offset       uint32
        OffsetHigh   uint32
-       HEvent       *byte
+       HEvent       int32
 }
 
 type Filetime struct {