mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2026-01-11 08:19:05 +08:00
8 lines
97 B
Go
8 lines
97 B
Go
//go:build !windows
|
|
|
|
package main
|
|
|
|
func MessageBoxPlain(title, caption string) int {
|
|
return 0
|
|
}
|