lxn / win

A Windows API wrapper package for the Go Programming Language
Other
1.19k stars 313 forks source link

shobj_386.go and oleaut32_386.go is missing +build windows #28

Closed kjk closed 6 years ago

kjk commented 6 years ago

https://github.com/lxn/win/blob/master/shobj_386.go and oleaut32_386.go probably should have:

// +build windows