Commit 6edb5dd0 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

ws2_32/tests: Use LONG instead of long.

parent 73d38b04
......@@ -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 );
......
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