From: Hermès Bélusca-Maïto Date: Fri, 17 Oct 2014 02:31:14 +0000 (+0000) Subject: [FAST486]: Use psh/poppack.h here too. X-Git-Tag: backups/tcpip_revolution@71025~459 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=13b500f258f4ee33aa69ce6d1fb72b98ae3089ec;ds=inline [FAST486]: Use psh/poppack.h here too. svn path=/trunk/; revision=64775 --- 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 ******************************************************************/