[UNICODE] Sync with Wine Staging 3.3. CORE-14434

This commit is contained in:
Amine Khaldi 2018-04-11 12:25:43 +01:00
parent abe6bbabfb
commit 6cbd6bd3ce
81 changed files with 103 additions and 98 deletions

View 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 (;;)