2013-05-29  Caleb James DeLisle <unknown>
        Kai Tietz  <ktietz@redhat.com>

        * ifdef.h (NET_LUID): Don't pack struct.


git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@5874 4407c894-4637-0410-b4f5-ada5f102cad1
diff --git a/mingw-w64-headers/include/ChangeLog b/mingw-w64-headers/include/ChangeLog
index 24a8566..72e79b2 100644
--- a/mingw-w64-headers/include/ChangeLog
+++ b/mingw-w64-headers/include/ChangeLog
@@ -1,3 +1,8 @@
+2013-05-29  Caleb James DeLisle <unknown>
+	Kai Tietz  <ktietz@redhat.com>
+
+	* ifdef.h (NET_LUID): Don't pack struct.
+
 2013-05-16  Kai Tietz  <ktietz@redhat.com>
 
 	* wingdi.h: Add support for WINAPI_FAMILY_PARTITION.
diff --git a/mingw-w64-headers/include/ifdef.h b/mingw-w64-headers/include/ifdef.h
index 1f1f9cc..8c5b028 100644
--- a/mingw-w64-headers/include/ifdef.h
+++ b/mingw-w64-headers/include/ifdef.h
@@ -83,7 +83,6 @@
   TUNNEL_TYPE_IPHTTPS   = 15
 } TUNNEL_TYPE, *PTUNNEL_TYPE;
 
-#include <pshpack1.h>
 typedef union _NET_LUID {
   ULONG64 Value;
   __C89_NAMELESS struct { /* bitfield with 64 bit types. */
@@ -92,7 +91,6 @@
     ULONG64 IfType  :16;
   } Info;
 } NET_LUID, *PNET_LUID;
-#include <poppack.h>
 
 typedef NET_LUID IF_LUID, *PIF_LUID;