[PATCH 1/2] dlls/wininet/tests: use correct integral type

Eric Pouech eric.pouech at gmail.com
Wed Mar 9 01:22:41 CST 2022


Signed-off-by: Eric Pouech <eric.pouech at gmail.com>

---
 dlls/wininet/tests/http.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/wininet/tests/http.c b/dlls/wininet/tests/http.c
index cf3f62f868a..706b8fa623b 100644
--- a/dlls/wininet/tests/http.c
+++ b/dlls/wininet/tests/http.c
@@ -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,




More information about the wine-devel mailing list