mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
Fix packing.
svn path=/trunk/; revision=16106
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user