mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +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;
|
PVOID ProcessAuditId;
|
||||||
} SECURITY_SUBJECT_CONTEXT, *PSECURITY_SUBJECT_CONTEXT;
|
} SECURITY_SUBJECT_CONTEXT, *PSECURITY_SUBJECT_CONTEXT;
|
||||||
|
|
||||||
#include <pshpack4.h>
|
|
||||||
typedef struct _ACCESS_STATE {
|
typedef struct _ACCESS_STATE {
|
||||||
LUID OperationID;
|
LUID OperationID;
|
||||||
BOOLEAN SecurityEvaluated;
|
BOOLEAN SecurityEvaluated;
|
||||||
|
@ -2092,7 +2091,6 @@ typedef struct _ACCESS_STATE {
|
||||||
UNICODE_STRING ObjectName;
|
UNICODE_STRING ObjectName;
|
||||||
UNICODE_STRING ObjectTypeName;
|
UNICODE_STRING ObjectTypeName;
|
||||||
} ACCESS_STATE, *PACCESS_STATE;
|
} ACCESS_STATE, *PACCESS_STATE;
|
||||||
#include <poppack.h>
|
|
||||||
|
|
||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
* Configuration Manager Types *
|
* Configuration Manager Types *
|
||||||
|
@ -4952,7 +4950,7 @@ typedef enum _DEVICE_TEXT_TYPE {
|
||||||
DeviceTextLocationInformation
|
DeviceTextLocationInformation
|
||||||
} DEVICE_TEXT_TYPE, *PDEVICE_TEXT_TYPE;
|
} DEVICE_TEXT_TYPE, *PDEVICE_TEXT_TYPE;
|
||||||
|
|
||||||
#if !defined(_ALPHA_)
|
#if !defined(_AMD64_) && !defined(_IA64_)
|
||||||
#include <pshpack4.h>
|
#include <pshpack4.h>
|
||||||
#endif
|
#endif
|
||||||
typedef struct _IO_STACK_LOCATION {
|
typedef struct _IO_STACK_LOCATION {
|
||||||
|
@ -5138,7 +5136,7 @@ typedef struct _IO_STACK_LOCATION {
|
||||||
PIO_COMPLETION_ROUTINE CompletionRoutine;
|
PIO_COMPLETION_ROUTINE CompletionRoutine;
|
||||||
PVOID Context;
|
PVOID Context;
|
||||||
} IO_STACK_LOCATION, *PIO_STACK_LOCATION;
|
} IO_STACK_LOCATION, *PIO_STACK_LOCATION;
|
||||||
#if !defined(_ALPHA_)
|
#if !defined(_AMD64_) && !defined(_IA64_)
|
||||||
#include <poppack.h>
|
#include <poppack.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue