mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 20:44:38 +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
|
|
}
|