mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 13:52:30 +00:00
[USP10]
- Fix MSVC build. Sent and applied upstream. svn path=/trunk/; revision=55263
This commit is contained in:
parent
e70779e693
commit
d07efed2e7
1 changed files with 21 additions and 24 deletions
|
@ -357,9 +357,6 @@ static const char* required_khmer_features[] =
|
|||
NULL
|
||||
};
|
||||
|
||||
static OPENTYPE_FEATURE_RECORD no_features[] =
|
||||
{ };
|
||||
|
||||
static OPENTYPE_FEATURE_RECORD ethiopic_features[] =
|
||||
{
|
||||
{ MS_MAKE_TAG('c','c','m','p'), 1},
|
||||
|
@ -441,31 +438,31 @@ static const ScriptShapeData ShapingData[] =
|
|||
{{ standard_features, 2}, NULL, 0, NULL, NULL},
|
||||
{{ khmer_features, 5}, required_khmer_features, 0, ContextualShape_Khmer, ShapeCharGlyphProp_Khmer},
|
||||
{{ khmer_features, 5}, required_khmer_features, 0, ContextualShape_Khmer, ShapeCharGlyphProp_Khmer},
|
||||
{{ no_features, 0}, NULL, 0, NULL, NULL},
|
||||
{{ no_features, 0}, NULL, 0, NULL, NULL},
|
||||
{{ no_features, 0}, NULL, 0, NULL, NULL},
|
||||
{{ no_features, 0}, NULL, 0, NULL, NULL},
|
||||
{{ no_features, 0}, NULL, 0, NULL, NULL},
|
||||
{{ no_features, 0}, NULL, 0, NULL, NULL},
|
||||
{{ NULL, 0}, NULL, 0, NULL, NULL},
|
||||
{{ NULL, 0}, NULL, 0, NULL, NULL},
|
||||
{{ NULL, 0}, NULL, 0, NULL, NULL},
|
||||
{{ NULL, 0}, NULL, 0, NULL, NULL},
|
||||
{{ NULL, 0}, NULL, 0, NULL, NULL},
|
||||
{{ NULL, 0}, NULL, 0, NULL, NULL},
|
||||
{{ ethiopic_features, 4}, NULL, 0, NULL, NULL},
|
||||
{{ ethiopic_features, 4}, NULL, 0, NULL, NULL},
|
||||
{{ mongolian_features, 4}, NULL, 0, ContextualShape_Mongolian, NULL},
|
||||
{{ mongolian_features, 4}, NULL, 0, ContextualShape_Mongolian, NULL},
|
||||
{{ no_features, 0}, NULL, 0, NULL, NULL},
|
||||
{{ no_features, 0}, NULL, 0, NULL, NULL},
|
||||
{{ no_features, 0}, NULL, 0, NULL, NULL},
|
||||
{{ no_features, 0}, NULL, 0, NULL, NULL},
|
||||
{{ no_features, 0}, NULL, 0, NULL, NULL},
|
||||
{{ no_features, 0}, NULL, 0, NULL, NULL},
|
||||
{{ no_features, 0}, NULL, 0, NULL, NULL},
|
||||
{{ no_features, 0}, NULL, 0, NULL, NULL},
|
||||
{{ no_features, 0}, NULL, 0, NULL, NULL},
|
||||
{{ no_features, 0}, NULL, 0, NULL, NULL},
|
||||
{{ no_features, 0}, NULL, 0, NULL, NULL},
|
||||
{{ no_features, 0}, NULL, 0, NULL, NULL},
|
||||
{{ no_features, 0}, NULL, 0, NULL, NULL},
|
||||
{{ no_features, 0}, NULL, 0, NULL, NULL},
|
||||
{{ no_features, 0}, NULL, 0, NULL, NULL},
|
||||
{{ NULL, 0}, NULL, 0, NULL, NULL},
|
||||
{{ NULL, 0}, NULL, 0, NULL, NULL},
|
||||
{{ NULL, 0}, NULL, 0, NULL, NULL},
|
||||
{{ NULL, 0}, NULL, 0, NULL, NULL},
|
||||
{{ NULL, 0}, NULL, 0, NULL, NULL},
|
||||
{{ NULL, 0}, NULL, 0, NULL, NULL},
|
||||
{{ NULL, 0}, NULL, 0, NULL, NULL},
|
||||
{{ NULL, 0}, NULL, 0, NULL, NULL},
|
||||
{{ NULL, 0}, NULL, 0, NULL, NULL},
|
||||
{{ NULL, 0}, NULL, 0, NULL, NULL},
|
||||
{{ NULL, 0}, NULL, 0, NULL, NULL},
|
||||
{{ NULL, 0}, NULL, 0, NULL, NULL},
|
||||
{{ NULL, 0}, NULL, 0, NULL, NULL},
|
||||
{{ NULL, 0}, NULL, 0, NULL, NULL},
|
||||
{{ NULL, 0}, NULL, 0, NULL, NULL},
|
||||
{{ hebrew_features, 1}, NULL, 0, NULL, NULL},
|
||||
{{ latin_features, 2}, NULL, 0, NULL, NULL},
|
||||
{{ thai_features, 1}, NULL, 0, NULL, ShapeCharGlyphProp_Thai},
|
||||
|
|
Loading…
Reference in a new issue