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:
authorDanny Smith <dannysmith@users.sourceforge.net>2004-05-15 13:47:02 +0400
committerDanny Smith <dannysmith@users.sourceforge.net>2004-05-15 13:47:02 +0400
commit34f35cf5e047d28ed14129d69130c59f6a7a068a (patch)
tree8770bbc4a329f1fdeb55c90c99d42f8e98cdf610
parentcb2333e85e44b545c07066c09e22c24b6645ccad (diff)
2004-05-15 Filip Navara <xnavara@volny.cz>
* include/ddk/ntddk.h: Don't set 4-byte alignment on included headers.
-rw-r--r--winsup/w32api/ChangeLog5
-rw-r--r--winsup/w32api/include/ddk/ntddk.h6
2 files changed, 6 insertions, 5 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index 912fef7ba..19054a2c8 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,3 +1,8 @@
+2004-05-15 Filip Navara <xnavara@volny.cz>
+
+ * include/ddk/ntddk.h: Don't set 4-byte alignment on included
+ headers.
+
2004-05-07 Danny Smith <dannysmith@users.sourceforge.net>
* include/wingdi.h: Correct non-unicode typedefs of
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 <stdarg.h>
#include <windef.h>
#include <ntdef.h>
@@ -81,8 +79,6 @@ typedef CONST char *PCSZ;
/* Definitions only in Windows NT 4 */
#include "winnt4.h"
-#pragma pack(pop)
-
#ifdef __cplusplus
}
#endif