Commit 7529f46a authored by Zhiyi Zhang's avatar Zhiyi Zhang Committed by Alexandre Julliard

include: Add fUseStandardBidi field in SCRIPT_CONTROL.

parent c1071b1a
......@@ -98,7 +98,8 @@ typedef struct tag_SCRIPT_CONTROL {
DWORD fNumericOverride :1;
DWORD fLegacyBidiClass :1;
DWORD fMergeNeutralItems :1;
DWORD fReserved :7;
DWORD fUseStandardBidi :1;
DWORD fReserved :6;
} SCRIPT_CONTROL;
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