Changeset 7979 for trunk/src/wsock32/wsock32.cpp
- Timestamp:
- Feb 20, 2002, 5:08:03 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wsock32/wsock32.cpp
r7977 r7979 1 /* $Id: wsock32.cpp,v 1.4 7 2002-02-20 15:07:14sandervl Exp $ */1 /* $Id: wsock32.cpp,v 1.48 2002-02-20 16:08:03 sandervl Exp $ */ 2 2 3 3 /* … … 550 550 //with the same parameters for the new socket (see docs) 551 551 if(QueryAsyncEvent(s, &mode, ¬ifyHandle, ¬ifyData, &lEvent) == TRUE) { 552 if(WSAAsyncSelectWorker( s, mode, notifyHandle, notifyData, lEvent) == SOCKET_ERROR) {552 if(WSAAsyncSelectWorker(ret, mode, notifyHandle, notifyData, lEvent) == SOCKET_ERROR) { 553 553 ret = SOCKET_ERROR; 554 554 }
Note:
See TracChangeset
for help on using the changeset viewer.