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 <R.J.Shearman(a)warwick.ac.uk> - Implement string functions in comctl32. - Use CompareString in shlwapi wherever possible instead of ugly helpers. 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 Would you mind having a look? Gerald -- Gerald Pfeifer (Jerry) gerald(a)pfeifer.com http://www.pfeifer.com/gerald/
Gerald Pfeifer <gerald(a)pfeifer.com> 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
Would you mind having a look?
That's my fault, it should be fixed now. -- Alexandre Julliard julliard(a)winehq.org
participants (2)
-
Alexandre Julliard -
Gerald Pfeifer