diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-02-07 04:18:27 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-02-07 04:39:59 +0100 |
commit | ea59177f1c6ab9031d5d30771410c9514fa551d9 (patch) | |
tree | cfe5c11f9340d468dfd5f80b76db78584a9ef20a /setupapi/mksyscall.go | |
parent | 306d08e692bc9b2249078c0b4ab7eb3e42078230 (diff) |
wintun: Introduce new package for obscuring Windows bits
Diffstat (limited to 'setupapi/mksyscall.go')
-rw-r--r-- | setupapi/mksyscall.go | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/setupapi/mksyscall.go b/setupapi/mksyscall.go deleted file mode 100644 index 3447dee..0000000 --- a/setupapi/mksyscall.go +++ /dev/null @@ -1,8 +0,0 @@ -/* SPDX-License-Identifier: MIT - * - * Copyright (C) 2019 WireGuard LLC. All Rights Reserved. - */ - -package setupapi - -//go:generate go run $GOROOT/src/syscall/mksyscall_windows.go -output zsetupapi_windows.go setupapi_windows.go |