Changeset 6201 for trunk/src/ws2_32
- Timestamp:
 - Jul 7, 2001, 4:29:41 PM (24 years ago)
 - Location:
 - trunk/src/ws2_32
 - Files:
 - 
      
- 2 edited
 
- 
          
  socket.cpp (modified) (2 diffs)
 - 
          
  ws2_32.def (modified) (3 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/ws2_32/socket.cpp
r6200 r6201 1 /* $Id */1 /* $Id: socket.cpp,v 1.9 2001-07-07 14:29:22 achimha Exp $ */ 2 2 /* 3 3 * based on Windows Sockets 1.1 specs … … 87 87 return ( socket (af, type, protocol) ); 88 88 } 89 90 /***********************************************************************91 * WSAEnumNetworkEvents92 */93 int WINAPI WSAEnumNetworkEvents(SOCKET s, WSAEVENT hEvent, LPWSANETWORKEVENTS lpEvent)94 {95 dprintf(("WSAEnumNetworkEvents %x %x %x NOT IMPLEMENTED", s, hEvent, lpEvent));96 SetLastError(WSAEINVAL);97 return SOCKET_ERROR;98 }99  - 
      
trunk/src/ws2_32/ws2_32.def
r6195 r6201 1 ; $Id: ws2_32.def,v 1. 6 2001-07-07 10:43:42 achimha Exp $1 ; $Id: ws2_32.def,v 1.7 2001-07-07 14:29:22 achimha Exp $ 2 2 3 3 ;Created by BLAST for IBM's compiler … … 47 47 socket = WSOCK32.23 48 48 WSAEventSelect = WSOCK32.3001 49 WSAEnumNetworkEvents = WSOCK32.3002 49 50 50 51 EXPORTS … … 86 87 ; WSAEnumNameSpaceProvidersA @34 87 88 ; WSAEnumNameSpaceProvidersW @35 88 WSAEnumNetworkEvents = _WSAEnumNetworkEvents@12@3689 WSAEnumNetworkEvents @36 89 90 ; WSAEnumProtocolsA @37 90 91 ; WSAEnumProtocolsW @38  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  