2018-05-15 09:07:27 +03:00

9 lines
119 B
Go

// +build !windows
package ole
// errstr converts error code to string.
func errstr(errno int) string {
return ""
}