oh-my-posh/src/constrants_windows386.go
2021-09-09 20:15:43 +02:00

8 lines
81 B
Go

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