Fix packing.

svn path=/trunk/; revision=16106
This commit is contained in:
Filip Navara 2005-06-19 19:56:01 +00:00
parent 3ff128077e
commit fd45cff559

View file

@ -39,8 +39,6 @@ extern "C" {
#include "ntddk.h"
#include "ntpoapi.h"
#pragma pack(push,4)
typedef struct _PEB *PPEB;
/* FIXME: Unknown definitions */
@ -2954,8 +2952,6 @@ NtVdmControl(
IN ULONG ControlCode,
IN PVOID ControlData);
#pragma pack(pop)
#ifdef __cplusplus
}
#endif