Re: comctl32: Get the test in the correct format

2010-01-02 Thread Jeff Latimer
On 02/01/10 21:25, Nikolay Sivov wrote: On 1/2/2010 12:47, Jeff Latimer wrote: --- dlls/comctl32/listview.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) You don't need this. Conversion is done next lines if needed: --- if (isW) bSame = (lstrcmpW(dispInfo.item.pszText

Re: comctl32: Get the test in the correct format

2010-01-02 Thread Nikolay Sivov
On 1/2/2010 12:47, Jeff Latimer wrote: --- dlls/comctl32/listview.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) You don't need this. Conversion is done next lines if needed: --- if (isW) bSame = (lstrcmpW(dispInfo.item.pszText, pszText) == 0); else {