Descriptiongo.sys/windows: delete errors_windows.go (except APPLICATION_ERROR) and Errno
All consts in errors_windows.go (except APPLICATION_ERROR) were
"invented" at the start of windows port to have minimal impact on
existing Go packages. No point keeping them around.
Also remove Errno, since we will be using syscall.Errno everywhere anyway.
Patch Set 1 #Patch Set 2 : diff -r 83b01791878338d00fb7163b2d49954f75b5c6f0 https://code.google.com/p/go.sys #Patch Set 3 : diff -r 83b01791878338d00fb7163b2d49954f75b5c6f0 https://code.google.com/p/go.sys #Patch Set 4 : diff -r 06c15ac12a3544809246eb42d92986c3ca18adc6 https://code.google.com/p/go.sys #
MessagesTotal messages: 3
|