Jon Griffiths jon_p_griffiths@yahoo.com writes:
Jon Griffiths jon_p_griffiths@yahoo.com +include/wine/unicode.h libs/unicode/fold.c libs/unicode/Makefile.in libs/unicode/wine_unicode.def Add A/W string folding functions
I put the Unicode version in, but the Ascii one is wrong, you cannot hardcode Latin-1 codepage this way. FoldStringA should be implemented by converting to Unicode and calling FoldStringW.