mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
Fix some pshpack / poppack includes
svn path=/branches/header-work/; revision=45788
This commit is contained in:
parent
7a1c60b909
commit
243e8910fa
1 changed files with 2 additions and 4 deletions
|
@ -2069,7 +2069,6 @@ typedef struct _SECURITY_SUBJECT_CONTEXT {
|
|||
PVOID ProcessAuditId;
|
||||
} SECURITY_SUBJECT_CONTEXT, *PSECURITY_SUBJECT_CONTEXT;
|
||||
|
||||
#include <pshpack4.h>
|
||||
typedef struct _ACCESS_STATE {
|
||||
LUID OperationID;
|
||||
BOOLEAN SecurityEvaluated;
|
||||
|
@ -2092,7 +2091,6 @@ typedef struct _ACCESS_STATE {
|
|||
UNICODE_STRING ObjectName;
|
||||
UNICODE_STRING ObjectTypeName;
|
||||
} ACCESS_STATE, *PACCESS_STATE;
|
||||
#include <poppack.h>
|
||||
|
||||
/******************************************************************************
|
||||
* Configuration Manager Types *
|
||||
|
@ -4952,7 +4950,7 @@ typedef enum _DEVICE_TEXT_TYPE {
|
|||
DeviceTextLocationInformation
|
||||
} DEVICE_TEXT_TYPE, *PDEVICE_TEXT_TYPE;
|
||||
|
||||
#if !defined(_ALPHA_)
|
||||
#if !defined(_AMD64_) && !defined(_IA64_)
|
||||
#include <pshpack4.h>
|
||||
#endif
|
||||
typedef struct _IO_STACK_LOCATION {
|
||||
|
@ -5138,7 +5136,7 @@ typedef struct _IO_STACK_LOCATION {
|
|||
PIO_COMPLETION_ROUTINE CompletionRoutine;
|
||||
PVOID Context;
|
||||
} IO_STACK_LOCATION, *PIO_STACK_LOCATION;
|
||||
#if !defined(_ALPHA_)
|
||||
#if !defined(_AMD64_) && !defined(_IA64_)
|
||||
#include <poppack.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue