projects
/
reactos.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Sync to Wine-20050628:
[reactos.git]
/
reactos
/
tools
/
unicode
/
mbtowc.c
diff --git
a/reactos/tools/unicode/mbtowc.c
b/reactos/tools/unicode/mbtowc.c
index
1c85b24
..
71c74fd
100644
(file)
--- a/
reactos/tools/unicode/mbtowc.c
+++ b/
reactos/tools/unicode/mbtowc.c
@@
-25,7
+25,7
@@
typedef unsigned char uchar;
/* get the decomposition of a Unicode char */
typedef unsigned char uchar;
/* get the decomposition of a Unicode char */
-int get_decomposition( WCHAR src, WCHAR *dst, unsigned int dstlen )
+
static
int get_decomposition( WCHAR src, WCHAR *dst, unsigned int dstlen )
{
extern const WCHAR unicode_decompose_table[];
const WCHAR *ptr = unicode_decompose_table;
{
extern const WCHAR unicode_decompose_table[];
const WCHAR *ptr = unicode_decompose_table;