oh-my-posh/src/constants_windows64.go
2021-09-14 18:49:29 +02:00

8 lines
86 B
Go

//go:build windows && !386
package main
const (
dotnetExitCode = int(0x80008091)
)