From 13b500f258f4ee33aa69ce6d1fb72b98ae3089ec Mon Sep 17 00:00:00 2001 From: =?utf8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Fri, 17 Oct 2014 02:31:14 +0000 Subject: [PATCH] [FAST486]: Use psh/poppack.h here too. svn path=/trunk/; revision=64775 --- reactos/lib/fast486/common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/lib/fast486/common.h b/reactos/lib/fast486/common.h index a560ac8e60e..0e0c0c8d426 100644 --- a/reactos/lib/fast486/common.h +++ b/reactos/lib/fast486/common.h @@ -85,7 +85,7 @@ typedef struct _FAST486_MOD_REG_RM }; } FAST486_MOD_REG_RM, *PFAST486_MOD_REG_RM; -#pragma pack(push, 1) +#include typedef union _FAST486_PAGE_DIR { @@ -128,7 +128,7 @@ typedef union _FAST486_PAGE_TABLE C_ASSERT(sizeof(FAST486_PAGE_DIR) == sizeof(ULONG)); -#pragma pack(pop) +#include /* FUNCTIONS ******************************************************************/ -- 2.17.1