oh-my-posh/src/constrants_windows386.go

9 lines
87 B
Go
Raw Normal View History

// +build windows
// +build 386
package main
const (
dotnetExitCode = -2147450735
)