Ignore:
Timestamp:
Dec 2, 1999, 5:39:46 PM (26 years ago)
Author:
achimha
Message:

async relay window proc fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wsock32/new/relaywin.cpp

    r1943 r1945  
    1 /* $Id: relaywin.cpp,v 1.6 1999-12-02 16:12:23 achimha Exp $ */
     1/* $Id: relaywin.cpp,v 1.7 1999-12-02 16:39:46 achimha Exp $ */
    22
    33/*
     
    209209      {
    210210        dprintf(("WSOCK32:RelayWindowProc, AsyncSelect notification\n"));
     211        break;
    211212      }
    212213      case ASYNCREQUEST_GETHOSTBYNAME:
     
    225226  //TODO: the size of OS/2 hostent is 4 bytes bigger so the original buffer *might* be too small
    226227
     228        break;
    227229      }
    228230    }
Note: See TracChangeset for help on using the changeset viewer.