Commit adfe42ca authored by Aric Stewart's avatar Aric Stewart Committed by Alexandre Julliard

include: Include fMergeNeutralItems in the SCRIPT_CONTROL Structure.

parent 84e6bf99
...@@ -99,7 +99,8 @@ typedef struct tag_SCRIPT_CONTROL { ...@@ -99,7 +99,8 @@ typedef struct tag_SCRIPT_CONTROL {
DWORD fNeutralOverride :1; DWORD fNeutralOverride :1;
DWORD fNumericOverride :1; DWORD fNumericOverride :1;
DWORD fLegacyBidiClass :1; DWORD fLegacyBidiClass :1;
DWORD fReserved :8; DWORD fMergeNeutralItems :1;
DWORD fReserved :7;
} SCRIPT_CONTROL; } SCRIPT_CONTROL;
typedef struct { typedef struct {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment