mirror of
https://github.com/safing/portmaster
synced 2025-09-01 18:19:12 +00:00
Add windows build constraint to windowskext package
This commit is contained in:
parent
cd8dd94a9e
commit
92ccb36952
4 changed files with 7 additions and 0 deletions
4
firewall/interception/windowskext/doc.go
Normal file
4
firewall/interception/windowskext/doc.go
Normal file
|
@ -0,0 +1,4 @@
|
|||
// +build windows
|
||||
|
||||
// Package windowskext provides network interception capabilites on windows via the Portmaster Kernel Extension.
|
||||
package windowskext
|
|
@ -1,3 +1,4 @@
|
|||
// +build windows
|
||||
package windowskext
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
// +build windows
|
||||
package windowskext
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
// +build windows
|
||||
package windowskext
|
||||
|
||||
import (
|
||||
|
|
Loading…
Add table
Reference in a new issue