aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/service/tunneltracker.go
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-05-14 11:33:51 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-05-14 11:33:51 +0200
commita78c7464b1c7790fb43fa0f3e0bd15b057f9c31e (patch)
tree80a3f0465b6eca0458087c29feb93101bced4342 /service/tunneltracker.go
parentbuild: we no longer use security attributes (diff)
downloadwireguard-windows-a78c7464b1c7790fb43fa0f3e0bd15b057f9c31e.tar.xz
wireguard-windows-a78c7464b1c7790fb43fa0f3e0bd15b057f9c31e.zip
global: use tab after //sys
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to '')
-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