mirror of
https://github.com/reactos/reactos.git
synced 2025-05-28 13:38:19 +00:00
Fix packing.
svn path=/trunk/; revision=16106
This commit is contained in:
parent
3ff128077e
commit
fd45cff559
1 changed files with 0 additions and 4 deletions
|
@ -39,8 +39,6 @@ extern "C" {
|
||||||
#include "ntddk.h"
|
#include "ntddk.h"
|
||||||
#include "ntpoapi.h"
|
#include "ntpoapi.h"
|
||||||
|
|
||||||
#pragma pack(push,4)
|
|
||||||
|
|
||||||
typedef struct _PEB *PPEB;
|
typedef struct _PEB *PPEB;
|
||||||
|
|
||||||
/* FIXME: Unknown definitions */
|
/* FIXME: Unknown definitions */
|
||||||
|
@ -2954,8 +2952,6 @@ NtVdmControl(
|
||||||
IN ULONG ControlCode,
|
IN ULONG ControlCode,
|
||||||
IN PVOID ControlData);
|
IN PVOID ControlData);
|
||||||
|
|
||||||
#pragma pack(pop)
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue