mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-01-07 09:17:26 -08:00
9 lines
87 B
Go
9 lines
87 B
Go
|
// +build windows
|
||
|
// +build 386
|
||
|
|
||
|
package main
|
||
|
|
||
|
const (
|
||
|
dotnetExitCode = -2147450735
|
||
|
)
|