ws2_32/tests: Use LONG instead of long.

This commit is contained in:
Michael Stefaniuc 2009-10-06 10:35:19 +02:00 committed by Alexandre Julliard
parent 73d38b047b
commit 6edb5dd0c6
1 changed files with 1 additions and 1 deletions

View File

@ -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 );