Ignore:
Timestamp:
Oct 21, 2001, 3:43:51 PM (24 years ago)
Author:
sandervl
Message:

fixes for sending FD_CLOSE notification when connection is closed at the remote end

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wsock32/wsock2.cpp

    r7041 r7146  
    1 /* $Id: wsock2.cpp,v 1.3 2001-10-13 18:51:08 sandervl Exp $ */
     1/* $Id: wsock2.cpp,v 1.4 2001-10-21 13:43:51 sandervl Exp $ */
    22
    33/*
     
    2424int WINAPI WSAEventSelect(SOCKET s, WSAEVENT hEvent, LONG lEvent)
    2525{
    26     TRACE("WS2_32: WSAEventSelect socket 0x%x, hEvent 0x%x, event 0x%x", s, hEvent, (unsigned)lEvent);
     26    dprintf(("WS2_32: WSAEventSelect socket 0x%x, hEvent 0x%x, event 0x%x", s, hEvent, lEvent));
    2727
    2828    // forward call to worker function in HEVENT notification mode
Note: See TracChangeset for help on using the changeset viewer.