aboutsummaryrefslogtreecommitdiff
path: root/src/wsocket.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wsocket.h')
-rw-r--r--src/wsocket.h6
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
15typedef int socklen_t; 15typedef int socklen_t;
16typedef SOCKET t_sock; 16typedef SOCKET t_socket;
17typedef t_sock *p_sock; 17typedef 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 */