diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-10-07 04:40:59 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-10-07 04:40:59 +0000 |
commit | f4dadea763c1959a27dead24df3ee6c54c209842 (patch) | |
tree | c13b294a8ca5438d59b60e3f5a25a4f7c1fc9a1b /src/wsocket.h | |
parent | 562d8cceb704a96a7b2f9acc4bc229ab9f5c6541 (diff) | |
download | luasocket-f4dadea763c1959a27dead24df3ee6c54c209842.tar.gz luasocket-f4dadea763c1959a27dead24df3ee6c54c209842.tar.bz2 luasocket-f4dadea763c1959a27dead24df3ee6c54c209842.zip |
Before compiling on Windows.
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 */ |