Sync to Wine-20050628:
[reactos.git] / reactos / tools / unicode / mbtowc.c
index 1c85b24..71c74fd 100644 (file)
@@ -25,7 +25,7 @@
 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;