mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
[FAST486]: Use psh/poppack.h here too.
svn path=/trunk/; revision=64775
This commit is contained in:
parent
a12d0f001f
commit
13b500f258
1 changed files with 2 additions and 2 deletions
|
@ -85,7 +85,7 @@ typedef struct _FAST486_MOD_REG_RM
|
|||
};
|
||||
} FAST486_MOD_REG_RM, *PFAST486_MOD_REG_RM;
|
||||
|
||||
#pragma pack(push, 1)
|
||||
#include <pshpack1.h>
|
||||
|
||||
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 <poppack.h>
|
||||
|
||||
/* FUNCTIONS ******************************************************************/
|
||||
|
||||
|
|
Loading…
Reference in a new issue