From 8d0a00f1e8f9162b6682192139752f7c55566117 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Sat, 2 Jul 2016 11:55:26 +0000 Subject: [PATCH] [USP10] Attempt to fix non PCH build. svn path=/trunk/; revision=71721 --- reactos/dll/win32/usp10/bracket.c | 2 +- reactos/dll/win32/usp10/indicsyllable.c | 2 +- reactos/dll/win32/usp10/linebreak.c | 2 +- reactos/dll/win32/usp10/shaping.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/reactos/dll/win32/usp10/bracket.c b/reactos/dll/win32/usp10/bracket.c index 7bf278f6e3d..86e0b7d1f3c 100644 --- a/reactos/dll/win32/usp10/bracket.c +++ b/reactos/dll/win32/usp10/bracket.c @@ -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, diff --git a/reactos/dll/win32/usp10/indicsyllable.c b/reactos/dll/win32/usp10/indicsyllable.c index 45bcefcab9b..fa47bfdc9ba 100644 --- a/reactos/dll/win32/usp10/indicsyllable.c +++ b/reactos/dll/win32/usp10/indicsyllable.c @@ -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, diff --git a/reactos/dll/win32/usp10/linebreak.c b/reactos/dll/win32/usp10/linebreak.c index c338131b792..f0123410285 100644 --- a/reactos/dll/win32/usp10/linebreak.c +++ b/reactos/dll/win32/usp10/linebreak.c @@ -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, diff --git a/reactos/dll/win32/usp10/shaping.c b/reactos/dll/win32/usp10/shaping.c index 6125a67400f..26b023683a9 100644 --- a/reactos/dll/win32/usp10/shaping.c +++ b/reactos/dll/win32/usp10/shaping.c @@ -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,