Re: comctl32: add ListView_SetCheckState and ListView_GetCheckState with tests(try3)

2009-05-09 Thread Vitaliy Margolen
André Hentschel wrote: > now using SNDMSGW > --- > dlls/comctl32/listview.c |1 - > dlls/comctl32/tests/listview.c |8 > include/commctrl.h |6 ++ > 3 files changed, 14 insertions(+), 1 deletions(-) > > +#define ListView_SetCheckState(hwndLV, iIndex, bCh

Re: comctl32: add ListView_SetCheckState and ListView_GetCheckState with tests(try3)

2009-05-09 Thread Nikolay Sivov
André Hentschel wrote: now using SNDMSGW --- dlls/comctl32/listview.c |1 - dlls/comctl32/tests/listview.c |8 include/commctrl.h |6 ++ 3 files changed, 14 insertions(+), 1 deletions(-) I still don't follow you. How will it run on systems without unico