include: Include fMergeNeutralItems in the SCRIPT_CONTROL Structure.

This commit is contained in:
Aric Stewart 2010-04-09 14:21:12 -05:00 committed by Alexandre Julliard
parent 84e6bf9971
commit adfe42ca3f
1 changed files with 2 additions and 1 deletions

View File

@ -99,7 +99,8 @@ typedef struct tag_SCRIPT_CONTROL {
DWORD fNeutralOverride :1;
DWORD fNumericOverride :1;
DWORD fLegacyBidiClass :1;
DWORD fReserved :8;
DWORD fMergeNeutralItems :1;
DWORD fReserved :7;
} SCRIPT_CONTROL;
typedef struct {