mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-18 13:04: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
|
|
}
|