2004-05-15 Filip Navara <xnavara@volny.cz>
* include/ddk/ntddk.h: Don't set 4-byte alignment on included headers.
This commit is contained in:
parent
cb2333e85e
commit
34f35cf5e0
|
@ -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>
|
2004-05-07 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
* include/wingdi.h: Correct non-unicode typedefs of
|
* include/wingdi.h: Correct non-unicode typedefs of
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
#ifndef __NTDDK_H
|
#ifndef __NTDDK_H
|
||||||
#define __NTDDK_H
|
#define __NTDDK_H
|
||||||
|
|
||||||
#if __GNUC__ >=3
|
#if __GNUC__ >= 3
|
||||||
#pragma GCC system_header
|
#pragma GCC system_header
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -35,8 +35,6 @@
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#pragma pack(push,4)
|
|
||||||
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <windef.h>
|
#include <windef.h>
|
||||||
#include <ntdef.h>
|
#include <ntdef.h>
|
||||||
|
@ -81,8 +79,6 @@ typedef CONST char *PCSZ;
|
||||||
/* Definitions only in Windows NT 4 */
|
/* Definitions only in Windows NT 4 */
|
||||||
#include "winnt4.h"
|
#include "winnt4.h"
|
||||||
|
|
||||||
#pragma pack(pop)
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue