diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-06-06 22:28:13 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-06-06 22:39:20 +0200 |
commit | 6d8b68c8f3cd7c9e9560c23e5f20e3ec4bc4fb6e (patch) | |
tree | 85c434b738a0dff4d790d691d4df1ebff9ed1683 /tun/wintun/guid/mksyscall.go | |
parent | c2ed133df80392a1592a6b0b79228041dd725427 (diff) |
wintun: guid functions are upstream
Diffstat (limited to 'tun/wintun/guid/mksyscall.go')
-rw-r--r-- | tun/wintun/guid/mksyscall.go | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tun/wintun/guid/mksyscall.go b/tun/wintun/guid/mksyscall.go deleted file mode 100644 index 5c956cf..0000000 --- a/tun/wintun/guid/mksyscall.go +++ /dev/null @@ -1,8 +0,0 @@ -/* SPDX-License-Identifier: MIT - * - * Copyright (C) 2019 WireGuard LLC. All Rights Reserved. - */ - -package guid - -//go:generate go run $GOROOT/src/syscall/mksyscall_windows.go -output zguid_windows.go guid_windows.go |