Commit e3ba6664 authored by Marko Nikolic's avatar Marko Nikolic Committed by Alexandre Julliard

comctl32/tests: Fixed variable type, removed sign comparison warning.

parent cf5d9a0e
...@@ -954,7 +954,7 @@ static void test_ignore_selection(HWND hWndTrackbar){ ...@@ -954,7 +954,7 @@ static void test_ignore_selection(HWND hWndTrackbar){
static void test_initial_state(void) static void test_initial_state(void)
{ {
HWND hWnd; HWND hWnd;
DWORD ret; int ret;
hWnd = create_trackbar(0, hWndParent); hWnd = create_trackbar(0, hWndParent);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment