Files
run/runtime/process_window_default.go
2026-08-26 09:56:43 +08:00

10 lines
182 B
Go

//go:build !windows
package runtime
import "os/exec"
func configureManagedProcessCommand(_ *exec.Cmd) {}
func RunManagedProcessHelper(_ []string) (bool, int) { return false, 0 }