Files
Ant-Browser/single_instance_activate_other.go

8 lines
145 B
Go

//go:build !windows
package main
func grantExistingSingleInstanceForeground(pid int) {}
func activateExistingSingleInstanceWindow(pid int) {}