Files
nekoray/go/cmd/updater/msgbox.go
2023-06-05 14:34:15 +09:00

8 lines
97 B
Go

//go:build !windows
package main
func MessageBoxPlain(title, caption string) int {
return 0
}