Commit c31fc180 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

wininet/tests: Use correct integral type.

parent 65d75fdf
......@@ -363,7 +363,7 @@ static void _test_http_version(unsigned line, HINTERNET req)
ok_(__FILE__,line)(v.dwMinorVersion == 1, "dwMinorVersion = %d\n", v.dwMinorVersion);
}
static int close_handle_cnt;
static LONG close_handle_cnt;
static VOID WINAPI callback(
HINTERNET hInternet,
......
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