diff options
Diffstat (limited to 'tun/wintun')
-rw-r--r-- | tun/wintun/dll_fromfile_windows.go | 1 | ||||
-rw-r--r-- | tun/wintun/dll_fromrsrc_windows.go | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tun/wintun/dll_fromfile_windows.go b/tun/wintun/dll_fromfile_windows.go index f40f8b3..31c8cc3 100644 --- a/tun/wintun/dll_fromfile_windows.go +++ b/tun/wintun/dll_fromfile_windows.go @@ -1,3 +1,4 @@ +//go:build !load_wintun_from_rsrc // +build !load_wintun_from_rsrc /* SPDX-License-Identifier: MIT diff --git a/tun/wintun/dll_fromrsrc_windows.go b/tun/wintun/dll_fromrsrc_windows.go index dc70486..96b51c2 100644 --- a/tun/wintun/dll_fromrsrc_windows.go +++ b/tun/wintun/dll_fromrsrc_windows.go @@ -1,3 +1,4 @@ +//go:build load_wintun_from_rsrc // +build load_wintun_from_rsrc /* SPDX-License-Identifier: MIT |