diff options
Diffstat (limited to 'src/wsocket.h')
-rw-r--r-- | src/wsocket.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wsocket.h b/src/wsocket.h index c048c58..e4f0e92 100644 --- a/src/wsocket.h +++ b/src/wsocket.h | |||
@@ -13,9 +13,9 @@ | |||
13 | #include <winsock.h> | 13 | #include <winsock.h> |
14 | 14 | ||
15 | typedef int socklen_t; | 15 | typedef int socklen_t; |
16 | typedef SOCKET t_sock; | 16 | typedef SOCKET t_socket; |
17 | typedef t_sock *p_sock; | 17 | typedef t_socket *p_socket; |
18 | 18 | ||
19 | #define SOCK_INVALID (INVALID_SOCKET) | 19 | #define SOCKET_INVALID (INVALID_SOCKET) |
20 | 20 | ||
21 | #endif /* WSOCKET_H */ | 21 | #endif /* WSOCKET_H */ |