mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-18 21:14:37 +03:00
8 lines
97 B
Go
8 lines
97 B
Go
//go:build !windows
|
|
|
|
package main
|
|
|
|
func MessageBoxPlain(title, caption string) int {
|
|
return 0
|
|
}
|