summaryrefslogtreecommitdiffhomepage
path: root/windows
diff options
context:
space:
mode:
Diffstat (limited to 'windows')
-rw-r--r--windows/winfw/src/winfw/winfw.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/windows/winfw/src/winfw/winfw.h b/windows/winfw/src/winfw/winfw.h
index 0a4680bc1d..4913ae7baf 100644
--- a/windows/winfw/src/winfw/winfw.h
+++ b/windows/winfw/src/winfw/winfw.h
@@ -19,8 +19,6 @@
// Structures
///////////////////////////////////////////////////////////////////////////////
-#pragma pack(push, 1)
-
typedef struct tag_WinFwSettings
{
// Permit outbound DHCP requests and inbound DHCP responses on all interfaces.
@@ -57,8 +55,6 @@ typedef struct tag_WinFwAllowedEndpoint
}
WinFwAllowedEndpoint;
-#pragma pack(pop)
-
///////////////////////////////////////////////////////////////////////////////
// Functions
///////////////////////////////////////////////////////////////////////////////