blob: 8a2ffaa2724fa7d36116596ce92066b64b940abe [file] [log] [blame]
// +build !windows
package ole
// errstr converts error code to string.
func errstr(errno int) string {
return ""
}