aboutsummaryrefslogtreecommitdiff
path: root/src/wsocket.h
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2005-10-07 04:40:59 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2005-10-07 04:40:59 +0000
commitf4dadea763c1959a27dead24df3ee6c54c209842 (patch)
treec13b294a8ca5438d59b60e3f5a25a4f7c1fc9a1b /src/wsocket.h
parent562d8cceb704a96a7b2f9acc4bc229ab9f5c6541 (diff)
downloadluasocket-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.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 */