mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-01-03 15:27:26 -08:00
8 lines
81 B
Go
8 lines
81 B
Go
//go:build windows && 386
|
|
|
|
package main
|
|
|
|
const (
|
|
dotnetExitCode = -2147450735
|
|
)
|