diff --git a/lib/soft386/common.h b/lib/soft386/common.h index 9325f1718d3..e32053b04ab 100644 --- a/lib/soft386/common.h +++ b/lib/soft386/common.h @@ -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;