[UNICODE] Sync with Wine Staging 3.3. CORE-14434
[reactos.git] / sdk / tools / unicode / compose.c
index 1f2b7df..71589f4 100644 (file)
@@ -1,5 +1,5 @@
 /* Unicode char composition */
-/* generated from http://www.unicode.org/Public/9.0.0/ucd/UnicodeData.txt */
+/* generated from http://www.unicode.org/Public/10.0.0/ucd/UnicodeData.txt */
 /* DO NOT EDIT!! */
 
 #include "wine/unicode.h"
@@ -392,7 +392,7 @@ static inline int binary_search( WCHAR ch, int low, int high )
     return -1;
 }
 
-WCHAR wine_compose( const WCHAR *str )
+WCHAR DECLSPEC_HIDDEN wine_compose( const WCHAR *str )
 {
     int pos, idx = 1, start = 0, count = 70;
     for (;;)