Re: comctl32: add ListView_SetCheckState and ListView_GetCheckState with tests(try3)
9 May
2009
9 May
'09
10:31 a.m.
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 unicode support? In general it's better to correct all A-only macros to SNDMSG. This eliminates problem with missed SendMessageW and superfluous AtoW conversion when it's present.
In native header ListView_SetCheckSate is implemented as a wrapper over ListView_SetItemState which in turn is defined as SNDMSG.
6064
Age (days ago)
6064
Last active (days ago)
0 comments
1 participants
participants (1)
-
Nikolay Sivov