10 lines
183 B
Go
10 lines
183 B
Go
//go:build !windows && !darwin && !linux
|
|
|
|
package winapi
|
|
|
|
func ActivateAppWindow(titleHint string) {}
|
|
|
|
func PlayNotifySound() {}
|
|
|
|
func ShowWarningMessageBox(title, message string) {}
|