]>
git.saurik.com Git - wxWidgets.git/blob - include/wx/msw/wince/net.h
1 // Copyright 1998, Ben Goetter. All rights reserved.
6 WCE 2.0 lacks many of the 'database' winsock routines.
7 Stub just enough them for ss.dll.
15 struct servent
* WINSOCKAPI
getservbyport(int port
, const char * proto
) ;
17 struct servent
* WINSOCKAPI
getservbyname(const char * name
,
19 struct protoent
* WINSOCKAPI
getprotobynumber(int proto
) ;