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

Eric Pouech eric.pouech at gmail.com
Thu Mar 10 01:47:52 CST 2022


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

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

diff --git a/dlls/ws2_32/tests/sock.c b/dlls/ws2_32/tests/sock.c
index a0bbde875d3..38c8b65ccdb 100644
--- a/dlls/ws2_32/tests/sock.c
+++ b/dlls/ws2_32/tests/sock.c
@@ -2633,7 +2633,7 @@ static void test_WSASocket(void)
     int wsaproviders[] = {IPPROTO_TCP, IPPROTO_IP};
     int autoprotocols[] = {IPPROTO_TCP, IPPROTO_UDP};
     int items, err, size, socktype, i, j;
-    UINT pi_size;
+    DWORD pi_size;
 
     static const struct
     {




More information about the wine-devel mailing list