Changeset 8828 for trunk/src/ws2_32/socketodin.cpp
- Timestamp:
- Jul 3, 2002, 11:47:37 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ws2_32/socketodin.cpp
r7023 r8828 1 /* $Id: socketodin.cpp,v 1. 2 2001-10-11 19:24:38sandervl Exp $ */1 /* $Id: socketodin.cpp,v 1.3 2002-07-03 09:47:37 sandervl Exp $ */ 2 2 3 3 #include <odin.h> … … 81 81 //****************************************************************************** 82 82 //****************************************************************************** 83 int WIN32API WSASendDisconnect(SOCKET s, LPWSABUF lpOutboundDisconnectData) 84 { 85 dprintf(("WSASendDisconnect %x %x STUB", s, lpOutboundDisconnectData)); 86 WSASetLastError(NO_ERROR); 87 return NO_ERROR; 88 } 89 //****************************************************************************** 90 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.