winsock & ws2_32: Update win32.api to fix the winapi_check warnings.
This commit is contained in:
parent
1fbd417ce9
commit
08734d5ba1
@ -1484,7 +1484,7 @@ HWND16
|
|||||||
BOOL
|
BOOL
|
||||||
INT
|
INT
|
||||||
LONG
|
LONG
|
||||||
u_long
|
WS_u_long
|
||||||
|
|
||||||
%ptr
|
%ptr
|
||||||
|
|
||||||
@ -1520,7 +1520,7 @@ HWND16
|
|||||||
INT16
|
INT16
|
||||||
SOCKET16
|
SOCKET16
|
||||||
UINT16
|
UINT16
|
||||||
u_short
|
WS_u_short
|
||||||
|
|
||||||
%%wintab.dll
|
%%wintab.dll
|
||||||
|
|
||||||
|
@ -5589,6 +5589,10 @@ void
|
|||||||
|
|
||||||
%%ws2_32.dll
|
%%ws2_32.dll
|
||||||
|
|
||||||
|
%short
|
||||||
|
|
||||||
|
WS_u_short
|
||||||
|
|
||||||
%long
|
%long
|
||||||
|
|
||||||
BOOL
|
BOOL
|
||||||
@ -5600,13 +5604,12 @@ INT
|
|||||||
SOCKET
|
SOCKET
|
||||||
UINT
|
UINT
|
||||||
WORD
|
WORD
|
||||||
|
WS_socklen_t
|
||||||
|
WS_u_long
|
||||||
WSAESETSERVICEOP
|
WSAESETSERVICEOP
|
||||||
WSAEVENT
|
WSAEVENT
|
||||||
int
|
int
|
||||||
long
|
long
|
||||||
socklen_t
|
|
||||||
u_long
|
|
||||||
u_short
|
|
||||||
|
|
||||||
%ptr
|
%ptr
|
||||||
|
|
||||||
@ -5638,6 +5641,8 @@ LPWSASERVICECLASSINFOW
|
|||||||
PADDRINFOW *
|
PADDRINFOW *
|
||||||
SOCKADDR *
|
SOCKADDR *
|
||||||
WS_fd_set *
|
WS_fd_set *
|
||||||
|
WS_u_long *
|
||||||
|
WS_u_short *
|
||||||
int *
|
int *
|
||||||
struct WS_addrinfo *
|
struct WS_addrinfo *
|
||||||
struct WS_addrinfo **
|
struct WS_addrinfo **
|
||||||
@ -5646,8 +5651,6 @@ struct WS_protoent *
|
|||||||
struct WS_servent *
|
struct WS_servent *
|
||||||
struct WS_sockaddr *
|
struct WS_sockaddr *
|
||||||
struct WS_timeval *
|
struct WS_timeval *
|
||||||
u_long *
|
|
||||||
u_short *
|
|
||||||
|
|
||||||
%str
|
%str
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user