aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/service/firewall/types_windows_386.go
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-05-15 18:13:35 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-05-15 18:13:49 +0200
commit77bbe04aa8e6bd2b8a3928a7767b71c068c16447 (patch)
treedd4be5362e31aa8f3be0df3c3f0c97aafe67d268 /service/firewall/types_windows_386.go
parentversion: bump (diff)
downloadwireguard-windows-77bbe04aa8e6bd2b8a3928a7767b71c068c16447.tar.xz
wireguard-windows-77bbe04aa8e6bd2b8a3928a7767b71c068c16447.zip
firewall: correct type on 32bit structure
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'service/firewall/types_windows_386.go')
-rw-r--r--service/firewall/types_windows_386.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/firewall/types_windows_386.go b/service/firewall/types_windows_386.go
index 3c07373b..765e5aef 100644
--- a/service/firewall/types_windows_386.go
+++ b/service/firewall/types_windows_386.go
@@ -70,7 +70,7 @@ const (
type wtFwpmFilter0 struct {
filterKey windows.GUID // Windows type: GUID
displayData wtFwpmDisplayData0
- flags uint32
+ flags wtFwpmFilterFlags
providerKey *windows.GUID // Windows type: *GUID
providerData wtFwpByteBlob
layerKey windows.GUID // Windows type: GUID