mirror of
https://github.com/reactos/wine.git
synced 2025-02-12 23:58:56 +00:00
include: Include fMergeNeutralItems in the SCRIPT_CONTROL Structure.
This commit is contained in:
parent
84e6bf9971
commit
adfe42ca3f
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user