mirror of
https://github.com/reactos/reactos.git
synced 2025-06-14 17:40:27 +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
|
@ -22,7 +22,7 @@
|
|||
|
||||
#include "wine/unicode.h"
|
||||
|
||||
extern unsigned int wine_decompose( WCHAR ch, WCHAR *dst, unsigned int dstlen );
|
||||
extern unsigned int wine_decompose( WCHAR ch, WCHAR *dst, unsigned int dstlen ) DECLSPEC_HIDDEN;
|
||||
|
||||
/* check the code whether it is in Unicode Private Use Area (PUA). */
|
||||
/* MB_ERR_INVALID_CHARS raises an error converting from 1-byte character to PUA. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue