[PATCH] Fix type mismatch warning when compiling on Windows
16 Nov
2019
16 Nov
'19
2:54 p.m.
The function COMBO_SelectString() has parameter "start" declared as INT, but there is not a good reason to do so, since it is used only as parameter for SendMessage(). I suggest to change it from INT to WPARAM, for removing the cast to INT inside CB_SELECTSTRING and fixing the warning that I'm getting on Windows because INT to WPARAM type mismatch. Sincerely. Signed-off-by: Carlo Bramini <carlo_bramini(a)users.sourceforge.net>
2309
Age (days ago)
2309
Last active (days ago)
0 comments
1 participants
participants (1)
-
Carlo Bramini