include: Add fUseStandardBidi field in SCRIPT_CONTROL.

Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Zhiyi Zhang 2021-05-13 18:37:38 +08:00 committed by Alexandre Julliard
parent c1071b1a37
commit 7529f46a85
1 changed files with 2 additions and 1 deletions

View File

@ -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 {