[ros-diffs] [tkreuzer] 45788: Fix some pshpack / poppack includes

tkreuzer at svn.reactos.org tkreuzer at svn.reactos.org
Wed Mar 3 14:38:45 CET 2010


Author: tkreuzer
Date: Wed Mar  3 14:38:45 2010
New Revision: 45788

URL: http://svn.reactos.org/svn/reactos?rev=45788&view=rev
Log:
Fix some pshpack / poppack includes

Modified:
    branches/header-work/include/ddk/wdm.h

Modified: branches/header-work/include/ddk/wdm.h
URL: http://svn.reactos.org/svn/reactos/branches/header-work/include/ddk/wdm.h?rev=45788&r1=45787&r2=45788&view=diff
==============================================================================
--- branches/header-work/include/ddk/wdm.h [iso-8859-1] (original)
+++ branches/header-work/include/ddk/wdm.h [iso-8859-1] Wed Mar  3 14:38:45 2010
@@ -2069,7 +2069,6 @@
   PVOID  ProcessAuditId;
 } SECURITY_SUBJECT_CONTEXT, *PSECURITY_SUBJECT_CONTEXT;
 
-#include <pshpack4.h>
 typedef struct _ACCESS_STATE {
   LUID  OperationID;
   BOOLEAN  SecurityEvaluated;
@@ -2092,7 +2091,6 @@
   UNICODE_STRING  ObjectName;
   UNICODE_STRING  ObjectTypeName;
 } ACCESS_STATE, *PACCESS_STATE;
-#include <poppack.h>
 
 /******************************************************************************
  *                            Configuration Manager Types                     *
@@ -4952,7 +4950,7 @@
   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 @@
   PIO_COMPLETION_ROUTINE  CompletionRoutine;
   PVOID  Context;
 } IO_STACK_LOCATION, *PIO_STACK_LOCATION;
-#if !defined(_ALPHA_)
+#if !defined(_AMD64_) && !defined(_IA64_)
 #include <poppack.h>
 #endif
 




More information about the Ros-diffs mailing list