aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/service/tunneltracker.go
diff options
context:
space:
mode:
Diffstat (limited to 'service/tunneltracker.go')
-rw-r--r--service/tunneltracker.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/service/tunneltracker.go b/service/tunneltracker.go
index e0f5414a..313be830 100644
--- a/service/tunneltracker.go
+++ b/service/tunneltracker.go
@@ -19,8 +19,8 @@ import (
"golang.zx2c4.com/wireguard/windows/conf"
)
-//sys notifyServiceStatusChange(service windows.Handle, notifyMask uint32, notifier *SERVICE_NOTIFY) (ret error) = advapi32.NotifyServiceStatusChangeW
-//sys sleepEx(milliseconds uint32, alertable bool) (ret uint32) = kernel32.SleepEx
+//sys notifyServiceStatusChange(service windows.Handle, notifyMask uint32, notifier *SERVICE_NOTIFY) (ret error) = advapi32.NotifyServiceStatusChangeW
+//sys sleepEx(milliseconds uint32, alertable bool) (ret uint32) = kernel32.SleepEx
const (
SERVICE_NOTIFY_STATUS_CHANGE = 2