convert strings to lower case in CharLowerA. fixes loading of plugins in FAR.
Modified: trunk/reactos/lib/user32/windows/text.c
--- trunk/reactos/lib/user32/windows/text.c 2005-12-09 18:06:19 UTC (rev 20012) +++ trunk/reactos/lib/user32/windows/text.c 2005-12-09 18:36:53 UTC (rev 20013) @@ -53,6 +53,7 @@
CharLowerA(LPSTR x) { if (!HIWORD(x)) return (LPSTR)tolower((char)(int)x);
+ CharLowerBuffA(x, strlen(x));
/* __TRY {