aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/conf/path_windows.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
commit6199af0e8b8e4cc79a4d37a6c97aa1daf661839f (patch)
tree80a3f0465b6eca0458087c29feb93101bced4342 /conf/path_windows.go
parentbuild: we no longer use security attributes (diff)
downloadwireguard-windows-6199af0e8b8e4cc79a4d37a6c97aa1daf661839f.tar.xz
wireguard-windows-6199af0e8b8e4cc79a4d37a6c97aa1daf661839f.zip
global: use tab after //sys
Diffstat (limited to 'conf/path_windows.go')
-rw-r--r--conf/path_windows.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/path_windows.go b/conf/path_windows.go
index 1345db14..34e189b2 100644
--- a/conf/path_windows.go
+++ b/conf/path_windows.go
@@ -14,8 +14,8 @@ import (
"golang.org/x/sys/windows"
)
-//sys coTaskMemFree(pointer uintptr) = ole32.CoTaskMemFree
-//sys shGetKnownFolderPath(id *windows.GUID, flags uint32, token windows.Handle, path **uint16) (err error) [failretval!=0] = shell32.SHGetKnownFolderPath
+//sys coTaskMemFree(pointer uintptr) = ole32.CoTaskMemFree
+//sys shGetKnownFolderPath(id *windows.GUID, flags uint32, token windows.Handle, path **uint16) (err error) [failretval!=0] = shell32.SHGetKnownFolderPath
var folderIDLocalAppData = windows.GUID{0xf1b32785, 0x6fba, 0x4fcf, [8]byte{0x9d, 0x55, 0x7b, 0x8e, 0x7f, 0x15, 0x70, 0x91}}
const kfFlagCreate = 0x00008000