mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[USP10] Attempt to fix non PCH build.
svn path=/trunk/; revision=71721
This commit is contained in:
parent
008194c52a
commit
8d0a00f1e8
4 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
/* generated from http://www.unicode.org/Public/8.0.0/ucd/BidiBrackets.txt */
|
||||
/* DO NOT EDIT!! */
|
||||
|
||||
const unsigned short DECLSPEC_HIDDEN bidi_bracket_table[768] =
|
||||
const unsigned short /* DECLSPEC_HIDDEN */ bidi_bracket_table[768] =
|
||||
{
|
||||
/* level 1 offsets */
|
||||
0x0100, 0x0110, 0x0110, 0x0110, 0x0110, 0x0110, 0x0110, 0x0110,
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
/* and from http://www.unicode.org/Public/8.0.0/ucd/IndicPositionalCategory.txt */
|
||||
/* DO NOT EDIT!! */
|
||||
|
||||
const unsigned short DECLSPEC_HIDDEN indic_syllabic_table[3264] =
|
||||
const unsigned short /* DECLSPEC_HIDDEN */ indic_syllabic_table[3264] =
|
||||
{
|
||||
/* level 1 offsets */
|
||||
0x0100, 0x0110, 0x0110, 0x0110, 0x0110, 0x0110, 0x0110, 0x0110,
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
/* generated from http://www.unicode.org/Public/8.0.0/ucd/LineBreak.txt */
|
||||
/* DO NOT EDIT!! */
|
||||
|
||||
const unsigned short DECLSPEC_HIDDEN wine_linebreak_table[7216] =
|
||||
const unsigned short /* DECLSPEC_HIDDEN */ wine_linebreak_table[7216] =
|
||||
{
|
||||
/* level 1 offsets */
|
||||
0x0100, 0x0110, 0x0120, 0x0130, 0x0140, 0x0150, 0x0160, 0x0170,
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
/* generated from http://www.unicode.org/Public/8.0.0/ucd/ArabicShaping.txt */
|
||||
/* DO NOT EDIT!! */
|
||||
|
||||
const unsigned short DECLSPEC_HIDDEN wine_shaping_table[2848] =
|
||||
const unsigned short /* DECLSPEC_HIDDEN */ wine_shaping_table[2848] =
|
||||
{
|
||||
/* level 1 offsets */
|
||||
0x0100, 0x0110, 0x0110, 0x0120, 0x0130, 0x0140, 0x0150, 0x0160,
|
||||
|
|
Loading…
Reference in a new issue