summaryrefslogtreecommitdiffstatshomepage
path: root/shobj_386.go
diff options
context:
space:
mode:
authorAlexander Neumann <alexander.neumann@picos-software.com>2017-07-11 12:11:54 +0200
committerAlexander Neumann <alexander.neumann@picos-software.com>2017-07-11 12:11:54 +0200
commit1ea027c10d94f177fbf6f0a232a72d5f6faebde4 (patch)
tree7b5422b1b7398a4dcf631e3f1e3128e949a25793 /shobj_386.go
parentAdd some region functions + TransparentBlt (diff)
downloadwireguard-windows-1ea027c10d94f177fbf6f0a232a72d5f6faebde4.tar.xz
wireguard-windows-1ea027c10d94f177fbf6f0a232a72d5f6faebde4.zip
Add missing // +build windows, fixes #28
Diffstat (limited to 'shobj_386.go')
-rw-r--r--shobj_386.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/shobj_386.go b/shobj_386.go
index 6c5e9c35..5e028a36 100644
--- a/shobj_386.go
+++ b/shobj_386.go
@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
+// +build windows
+
package win
import (