Open nickalie opened 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
I was able to fix it by removing the lines from the code.
Not a clean fix but enough for my need.
go get -v github.com/AllenDang/w32 throws various errors like: