mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-23 18:10:34 +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
|
|
}
|