mirror of
https://github.com/black-ant/Ant-Browser.git
synced 2026-07-14 18:48:55 +08:00
8 lines
145 B
Go
8 lines
145 B
Go
//go:build !windows
|
|
|
|
package main
|
|
|
|
func grantExistingSingleInstanceForeground(pid int) {}
|
|
|
|
func activateExistingSingleInstanceWindow(pid int) {}
|