mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
[SOFT386]
Fix struct/union mixup. svn path=/branches/ntvdm/; revision=60186
This commit is contained in:
parent
1baee6b6b5
commit
593f4baf1a
1 changed files with 2 additions and 2 deletions
|
@ -41,9 +41,9 @@ typedef struct _SOFT386_MOD_REG_RM
|
|||
|
||||
#pragma pack(push, 1)
|
||||
|
||||
typedef struct _SOFT386_PAGE_DIR
|
||||
typedef union _SOFT386_PAGE_DIR
|
||||
{
|
||||
union
|
||||
struct
|
||||
{
|
||||
ULONG Present : 1;
|
||||
ULONG Writeable : 1;
|
||||
|
|
Loading…
Reference in a new issue