Update LDT_ENTRY definition.

This commit is contained in:
Ivan Leo Puoti 2005-05-23 16:23:35 +00:00 committed by Alexandre Julliard
parent b18c262d57
commit a7275c85c4
1 changed files with 18 additions and 18 deletions

View File

@ -686,12 +686,12 @@ typedef struct _LDT_ENTRY {
union {
struct {
BYTE BaseMid;
BYTE Flags1;/*Declare as bytes to avoid alignment problems */
BYTE Flags1;
BYTE Flags2;
BYTE BaseHi;
} Bytes;
struct {
unsigned BaseMid : 8;
unsigned BaseMid: 8;
unsigned Type : 5;
unsigned Dpl : 2;
unsigned Pres : 1;