[SDK:REACTOS] Fix packing of GEN_ADDR structure, used in some ACPI tables

This commit is contained in:
Hervé Poussineau 2022-06-08 07:55:27 +02:00
parent 2915d16543
commit 63f042a5cd

View file

@ -64,6 +64,7 @@ typedef enum _BGRT_IMAGE_TYPE
// //
// ACPI Generic Register Address // ACPI Generic Register Address
// //
#include <pshpack1.h>
typedef struct _GEN_ADDR typedef struct _GEN_ADDR
{ {
UCHAR AddressSpaceID; UCHAR AddressSpaceID;
@ -76,7 +77,6 @@ typedef struct _GEN_ADDR
// //
// ACPI BIOS Structures (packed) // ACPI BIOS Structures (packed)
// //
#include <pshpack1.h>
typedef struct _RSDP typedef struct _RSDP
{ {
ULONGLONG Signature; ULONGLONG Signature;