mirror of
https://github.com/reactos/reactos.git
synced 2025-06-12 21:58:30 +00:00
[UNICODE] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
abe6bbabfb
commit
6cbd6bd3ce
81 changed files with 103 additions and 98 deletions
|
@ -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 (;;)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue