AllenDang / w32

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

Unable to install after 1 May merges #64

Open nickalie opened 7 years ago

nickalie commented 7 years ago

go get -v github.com/AllenDang/w32 throws various errors like:

fork_constants.go:11: SYNCHRONIZE redeclared in this block
fork_constants.go:26: PROCESS_TERMINATE redeclared in this block
D3luxee commented 7 years ago

I was able to fix it by removing the lines from the code.

Not a clean fix but enough for my need.