Re: libs/wine: get_decomposition is not used in that file
5 Jul
2010
5 Jul
'10
4:32 a.m.
André Hentschel <nerv(a)dawncrow.de> wrote:
--- a/libs/wine/sortkey.c +++ b/libs/wine/sortkey.c @@ -19,7 +19,6 @@ */ #include "wine/unicode.h"
-extern int get_decomposition(WCHAR src, WCHAR *dst, unsigned int dstlen); extern const unsigned int collation_table[];
There is a commented out reference to get_decomposition() in that file, so you need to remove it as well. But better make it used, and figure out why it was commented out in the first place. -- Dmitry.
5642
Age (days ago)
5642
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov