Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/w32api/include/ddk/ndisguid.h')
-rw-r--r--winsup/w32api/include/ddk/ndisguid.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/winsup/w32api/include/ddk/ndisguid.h b/winsup/w32api/include/ddk/ndisguid.h
index 18a1fbc56..27b8777bf 100644
--- a/winsup/w32api/include/ddk/ndisguid.h
+++ b/winsup/w32api/include/ddk/ndisguid.h
@@ -31,8 +31,6 @@
extern "C" {
#endif
-#pragma pack(push,4)
-
DEFINE_GUID(GUID_NDIS_LAN_CLASS,
0xad498944, 0x762f, 0x11d0, 0x8d, 0xcb, 0x00, 0xc0, 0x4f, 0xc3, 0x35, 0x8c);
@@ -434,8 +432,6 @@ DEFINE_GUID(GUID_NDIS_STATUS_RESET_END,
DEFINE_GUID(GUID_NDIS_STATUS_RESET_START,
0x981f2d76, 0xb1f3, 0x11d0, 0x8d, 0xd7, 0x00, 0xc0, 0x4f, 0xc3, 0x35, 0x8c);
-#pragma pack(pop)
-
#ifdef __cplusplus
}
#endif