From 6a7e9f4bf7550a1665d8a995eed56293f5fad46d Mon Sep 17 00:00:00 2001 From: Filip Navara Date: Sat, 18 Jun 2005 12:56:11 +0000 Subject: [PATCH] Correctly pack the KIPCR structure. svn path=/trunk/; revision=16030 --- reactos/ntoskrnl/include/internal/i386/ps.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/reactos/ntoskrnl/include/internal/i386/ps.h b/reactos/ntoskrnl/include/internal/i386/ps.h index 63491df74f1..59230c9d16d 100644 --- a/reactos/ntoskrnl/include/internal/i386/ps.h +++ b/reactos/ntoskrnl/include/internal/i386/ps.h @@ -257,6 +257,8 @@ typedef struct _KPCR { #pragma pack(pop) #endif /* __USE_W32API */ +#pragma pack(push,4) + /* * This is the complete, internal KPCR structure */ @@ -289,6 +291,8 @@ typedef struct _KIPCR { KPRCB PrcbData; /* 120 */ } KIPCR, *PKIPCR; +#pragma pack(pop) + #ifndef __USE_W32API #ifdef CONFIG_SMP