diff options
Diffstat (limited to 'src/wsocket.h')
-rw-r--r-- | src/wsocket.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wsocket.h b/src/wsocket.h index d77841e..c048c58 100644 --- a/src/wsocket.h +++ b/src/wsocket.h | |||
@@ -13,7 +13,6 @@ | |||
13 | #include <winsock.h> | 13 | #include <winsock.h> |
14 | 14 | ||
15 | typedef int socklen_t; | 15 | typedef int socklen_t; |
16 | typedef int ssize_t; | ||
17 | typedef SOCKET t_sock; | 16 | typedef SOCKET t_sock; |
18 | typedef t_sock *p_sock; | 17 | typedef t_sock *p_sock; |
19 | 18 | ||