AllenDang / w32

A wrapper of windows apis for the Go Programming Language.
Other
766 stars 246 forks source link

fixed what appears to be a typo in user32 #82

Closed vyrus001 closed 6 years ago

vyrus001 commented 6 years ago

was getting compile errors stating that the "flag" variable in user32.go could not be used at a uintptr. It seemed to be a case of "I forgot to convert that one" so I did and that fixed the issue for me.

[Build Env] OS Name: Microsoft Windows 10 Pro OS Version: 10.0.17134 N/A Build 17134

go version go1.10.2 windows/amd64

vyrus001 commented 6 years ago

just saw that somebody fixed this issue before I did and I didn't see that before making my own PR.

closing this one