diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ntapi/nt_socket.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ntapi/nt_socket.h b/include/ntapi/nt_socket.h index 977dd17..6491786 100644 --- a/include/ntapi/nt_socket.h +++ b/include/ntapi/nt_socket.h @@ -434,8 +434,8 @@ typedef struct _nt_afd_disconnect_info { /* socket functions */ typedef int32_t __cdecl ntapi_sc_socket( __out nt_socket * hssocket, - __in uint16_t domain, - __in uint16_t type, + __in int32_t domain, + __in int32_t type, __in uint32_t protocol, __in uint32_t desired_access __optional, __in nt_sqos * sqos __optional, |