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,7 +686,7 @@ typedef struct _LDT_ENTRY {
union { union {
struct { struct {
BYTE BaseMid; BYTE BaseMid;
BYTE Flags1;/*Declare as bytes to avoid alignment problems */ BYTE Flags1;
BYTE Flags2; BYTE Flags2;
BYTE BaseHi; BYTE BaseHi;
} Bytes; } Bytes;