Ignore:
Timestamp:
Jan 6, 2003, 2:05:40 PM (23 years ago)
Author:
sandervl
Message:

Better method to cancel all async requests in WSACleanup

File:
1 edited

Legend:

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

    r8092 r9627  
    1 /* $Id: wsa.cpp,v 1.9 2002-03-18 10:03:49 sandervl Exp $ */
     1/* $Id: wsa.cpp,v 1.10 2003-01-06 13:05:40 sandervl Exp $ */
    22
    33/*
     
    9494        WSACancelAllAsyncRequests();
    9595        winsockcleanupsockets();
     96        WSAWaitForAllAsyncRequests();
    9697
    9798        fWSAInitialized = FALSE;
Note: See TracChangeset for help on using the changeset viewer.