Michael Stefaniuc : ws2_32/tests: Use LONG instead of long.

Alexandre Julliard julliard at winehq.org
Tue Oct 6 10:35:49 CDT 2009


Module: wine
Branch: master
Commit: 6edb5dd0c621a73fa5db30043d4ed8ff086bce7f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=6edb5dd0c621a73fa5db30043d4ed8ff086bce7f

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Tue Oct  6 10:35:19 2009 +0200

ws2_32/tests: Use LONG instead of long.

---

 dlls/ws2_32/tests/sock.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/ws2_32/tests/sock.c b/dlls/ws2_32/tests/sock.c
index 37cd740..56ae78f 100644
--- a/dlls/ws2_32/tests/sock.c
+++ b/dlls/ws2_32/tests/sock.c
@@ -721,7 +721,7 @@ static void WINAPI event_client ( client_params *par )
     HANDLE event;
     WSANETWORKEVENTS wsa_events;
     char *send_last, *recv_last, *send_p, *recv_p;
-    long mask = FD_READ | FD_WRITE | FD_CLOSE;
+    LONG mask = FD_READ | FD_WRITE | FD_CLOSE;
 
     trace ( "event_client (%x): starting\n", id );
     client_start ( par );




More information about the wine-cvs mailing list