mirror of
https://github.com/reactos/reactos.git
synced 2025-05-25 20:18:22 +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 "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
|
||||
|
|
Loading…
Reference in a new issue