Re: dlls/comctl32/string.c problems

2004-02-20 Thread Alexandre Julliard
Gerald Pfeifer <[EMAIL PROTECTED]> writes: > introduced the following two problems: > > string.c:486: warning: passing arg 4 of `COMCTL32_StrRChrHelperA' from > incompatible pointer type > string.c:499: warning: passing arg 4 of `COMCTL32_StrRChrHelperW' from > incompatible pointer type >

Re: dlls/comctl32/string.c problems

2004-02-20 Thread Robert Shearman
I'll take a look at the first chance I get (at least Monday). >>> Gerald Pfeifer <[EMAIL PROTECTED]> 02/20/04 16:37 PM >>> string.c:486: warning: passing arg 4 of `COMCTL32_StrRChrHelperA' from incompatible pointer type string.c:499: warning: passing arg 4 of `COMCTL32_StrRChrHelperW' from

dlls/comctl32/string.c problems

2004-02-20 Thread Gerald Pfeifer
The following change to dlls/comctl32/string.c revision 1.2 date: 2004/02/20 05:16:37; author: julliard; state: Exp; lines: +668 -101 Robert Shearman <[EMAIL PROTECTED]> - Implement string functions in comctl32. - Use CompareString in shlwapi wherever possible instead of ugly help