mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
[PSDK]
- winsock.h : Fix a typo, and remove some duplicate definitions. svn path=/branches/header-work/; revision=46672
This commit is contained in:
parent
c3f04c87e0
commit
350280885d
1 changed files with 2 additions and 3 deletions
|
@ -166,6 +166,7 @@ struct servent {
|
|||
#else
|
||||
short s_port;
|
||||
char *s_proto;
|
||||
#endif
|
||||
};
|
||||
|
||||
struct protoent {
|
||||
|
@ -491,9 +492,6 @@ typedef struct sockaddr_in *LPSOCKADDR_IN;
|
|||
typedef struct linger LINGER;
|
||||
typedef struct linger *PLINGER;
|
||||
typedef struct linger *LPLINGER;
|
||||
typedef struct in_addr IN_ADDR;
|
||||
typedef struct in_addr *PIN_ADDR;
|
||||
typedef struct in_addr *LPIN_ADDR;
|
||||
typedef struct fd_set FD_SET;
|
||||
typedef struct fd_set *PFD_SET;
|
||||
typedef struct fd_set *LPFD_SET;
|
||||
|
@ -532,6 +530,7 @@ typedef struct WSAData {
|
|||
unsigned short iMaxSockets;
|
||||
unsigned short iMaxUdpDg;
|
||||
char *lpVendorInfo;
|
||||
#endif
|
||||
} WSADATA, FAR *LPWSADATA;
|
||||
|
||||
struct ip_mreq {
|
||||
|
|
Loading…
Reference in a new issue