Update LDT_ENTRY definition.
This commit is contained in:
parent
b18c262d57
commit
a7275c85c4
|
@ -686,7 +686,7 @@ typedef struct _LDT_ENTRY {
|
|||
union {
|
||||
struct {
|
||||
BYTE BaseMid;
|
||||
BYTE Flags1;/*Declare as bytes to avoid alignment problems */
|
||||
BYTE Flags1;
|
||||
BYTE Flags2;
|
||||
BYTE BaseHi;
|
||||
} Bytes;
|
||||
|
|
Loading…
Reference in New Issue