Ignore:
Timestamp:
Feb 20, 2002, 4:07:14 PM (24 years ago)
Author:
sandervl
Message:

accept bugfix for changing async request

File:
1 edited

Legend:

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

    r7146 r7977  
    1 /* $Id: asyncapi.cpp,v 1.18 2001-10-21 13:43:51 sandervl Exp $ */
     1/* $Id: asyncapi.cpp,v 1.19 2002-02-20 15:07:13 sandervl Exp $ */
    22
    33/*
     
    675675//******************************************************************************
    676676//******************************************************************************
    677 int WSAAsyncSelectWorker(SOCKET s, int mode, int notifyHandle, int notifyData, long lEventMask)
     677int WSAAsyncSelectWorker(SOCKET s, int mode, DWORD notifyHandle, DWORD notifyData, DWORD lEventMask)
    678678{
    679679  PASYNCTHREADPARM pThreadParm;
Note: See TracChangeset for help on using the changeset viewer.