From 34f35cf5e047d28ed14129d69130c59f6a7a068a Mon Sep 17 00:00:00 2001 From: Danny Smith Date: Sat, 15 May 2004 09:47:02 +0000 Subject: 2004-05-15 Filip Navara * include/ddk/ntddk.h: Don't set 4-byte alignment on included headers. --- winsup/w32api/include/ddk/ntddk.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'winsup/w32api/include') diff --git a/winsup/w32api/include/ddk/ntddk.h b/winsup/w32api/include/ddk/ntddk.h index 480ff0ccf..d227fe98e 100644 --- a/winsup/w32api/include/ddk/ntddk.h +++ b/winsup/w32api/include/ddk/ntddk.h @@ -27,7 +27,7 @@ #ifndef __NTDDK_H #define __NTDDK_H -#if __GNUC__ >=3 +#if __GNUC__ >= 3 #pragma GCC system_header #endif @@ -35,8 +35,6 @@ extern "C" { #endif -#pragma pack(push,4) - #include #include #include @@ -81,8 +79,6 @@ typedef CONST char *PCSZ; /* Definitions only in Windows NT 4 */ #include "winnt4.h" -#pragma pack(pop) - #ifdef __cplusplus } #endif -- cgit v1.2.3