diff options
| author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2003-06-26 18:47:49 +0000 |
|---|---|---|
| committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2003-06-26 18:47:49 +0000 |
| commit | 71f6bb60bf2b7457091c7106190f92ab7e51f7c6 (patch) | |
| tree | 8ad3668667bd3da3c34f7ff7ae0a9a7a4daa4679 /src/wsocket.h | |
| parent | f330540576031528f0daac231c61d4dd06e8ba1e (diff) | |
| download | luasocket-71f6bb60bf2b7457091c7106190f92ab7e51f7c6.tar.gz luasocket-71f6bb60bf2b7457091c7106190f92ab7e51f7c6.tar.bz2 luasocket-71f6bb60bf2b7457091c7106190f92ab7e51f7c6.zip | |
Finished implementation of LuaSocket 2.0 alpha on Linux.
Some testing still needed.
Diffstat (limited to 'src/wsocket.h')
| -rw-r--r-- | src/wsocket.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/wsocket.h b/src/wsocket.h index ceecae7..d77841e 100644 --- a/src/wsocket.h +++ b/src/wsocket.h | |||
| @@ -1,16 +1,16 @@ | |||
| 1 | #ifndef WSOCKET_H | ||
| 2 | #define WSOCKET_H | ||
| 1 | /*=========================================================================*\ | 3 | /*=========================================================================*\ |
| 2 | * Socket compatibilization module for Win32 | 4 | * Socket compatibilization module for Win32 |
| 5 | * LuaSocket toolkit | ||
| 3 | * | 6 | * |
| 4 | * RCS ID: $Id$ | 7 | * RCS ID: $Id$ |
| 5 | \*=========================================================================*/ | 8 | \*=========================================================================*/ |
| 6 | #ifndef WSOCKET_H | ||
| 7 | #define WSOCKET_H | ||
| 8 | 9 | ||
| 9 | /*=========================================================================*\ | 10 | /*=========================================================================*\ |
| 10 | * WinSock2 include files | 11 | * WinSock include files |
| 11 | \*=========================================================================*/ | 12 | \*=========================================================================*/ |
| 12 | #include <winsock2.h> | 13 | #include <winsock.h> |
| 13 | #include <winbase.h> | ||
| 14 | 14 | ||
| 15 | typedef int socklen_t; | 15 | typedef int socklen_t; |
| 16 | typedef int ssize_t; | 16 | typedef int ssize_t; |
