[XDK][NDK] Restore struct alignment for IO_STACK_LOCATION

CORE-14782
This commit is contained in:
Mark Jansen 2018-07-22 13:02:20 +02:00
parent 1f2f03dd76
commit 370ffd1123
No known key found for this signature in database
GPG key ID: B39240EE84BEAE8B

View file

@ -2746,6 +2746,10 @@ typedef struct _ACPI_INTERFACE_STANDARD2 {
PUNREGISTER_FOR_DEVICE_NOTIFICATIONS2 UnregisterForDeviceNotifications;
} ACPI_INTERFACE_STANDARD2, *PACPI_INTERFACE_STANDARD2;
#if !defined(_AMD64_) && !defined(_ARM_)
#include <pshpack4.h>
#endif
typedef struct _IO_STACK_LOCATION {
UCHAR MajorFunction;
UCHAR MinorFunction;
@ -2954,6 +2958,11 @@ typedef struct _IO_STACK_LOCATION {
PVOID Context;
} IO_STACK_LOCATION, *PIO_STACK_LOCATION;
#if !defined(_AMD64_) && !defined(_ARM_)
#include "poppack.h"
#endif
/* IO_STACK_LOCATION.Control */
#define SL_PENDING_RETURNED 0x01