Re: comctl32/tests: Fixed variable type, removed sign comparison warning.
7 Feb
2011
7 Feb
'11
10:54 p.m.
On 2/8/2011 00:26, Marko Nikolic wrote:
--- dlls/comctl32/tests/trackbar.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/comctl32/tests/trackbar.c b/dlls/comctl32/tests/trackbar.c index ac67d50..714a321 100644 --- a/dlls/comctl32/tests/trackbar.c +++ b/dlls/comctl32/tests/trackbar.c @@ -953,7 +953,7 @@ static void test_ignore_selection(HWND hWndTrackbar){ static void test_initial_state(void) { HWND hWnd; - DWORD ret; + HRESULT ret;
hWnd = create_trackbar(0, hWndParent); This is wrong, did you mean LRESULT?
5432
Age (days ago)
5432
Last active (days ago)
0 comments
1 participants
participants (1)
-
Nikolay Sivov