mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 03:08:36 +12:00
This commit is contained in:
parent
de070bf485
commit
a90b5cf37a
1998 changed files with 1034301 additions and 0 deletions
21
wxWidgets/include/wx/msw/wince/net.h
Normal file
21
wxWidgets/include/wx/msw/wince/net.h
Normal file
|
@ -0,0 +1,21 @@
|
|||
// Copyright 1998, Ben Goetter. All rights reserved.
|
||||
// Also released under wxWindows license - see src/msw/wince/net.cpp
|
||||
|
||||
/*
|
||||
patch holes in winsock
|
||||
|
||||
WCE 2.0 lacks many of the 'database' winsock routines.
|
||||
Stub just enough them for ss.dll.
|
||||
|
||||
getprotobynumber
|
||||
getservbyport
|
||||
getservbyname
|
||||
|
||||
*/
|
||||
|
||||
struct servent * WINSOCKAPI getservbyport(int port, const char * proto) ;
|
||||
|
||||
struct servent * WINSOCKAPI getservbyname(const char * name,
|
||||
const char * proto) ;
|
||||
struct protoent * WINSOCKAPI getprotobynumber(int proto) ;
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue