oh-my-posh/src/constrants_windows386.go

8 lines
81 B
Go
Raw Normal View History

//go:build windows && 386
package main
const (
dotnetExitCode = -2147450735
)