aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit6ab384b0ad5d657ce515802881e26e85de662c8e (patch)
treedd4be5362e31aa8f3be0df3c3f0c97aafe67d268
parentversion: bump (diff)
downloadwireguard-windows-6ab384b0ad5d657ce515802881e26e85de662c8e.tar.xz
wireguard-windows-6ab384b0ad5d657ce515802881e26e85de662c8e.zip
firewall: correct type on 32bit structure
-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