diff options
author | unknown <diego.nehab@gmail.com> | 2013-05-30 16:50:28 +0800 |
---|---|---|
committer | unknown <diego.nehab@gmail.com> | 2013-05-30 16:50:28 +0800 |
commit | 5eefc73b572e591bd127b8c2873f0fa9522dc0b9 (patch) | |
tree | 5dbd3040b73a40d13174335fcb6b91d497ce36b4 /src/wsocket.h | |
parent | a233e27865d96566a6cb13960d08605ce34d9f0d (diff) | |
download | luasocket-5eefc73b572e591bd127b8c2873f0fa9522dc0b9.tar.gz luasocket-5eefc73b572e591bd127b8c2873f0fa9522dc0b9.tar.bz2 luasocket-5eefc73b572e591bd127b8c2873f0fa9522dc0b9.zip |
Remove warnings. Move windows specific code.
Diffstat (limited to 'src/wsocket.h')
-rw-r--r-- | src/wsocket.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wsocket.h b/src/wsocket.h index 8fbc54d..3986640 100644 --- a/src/wsocket.h +++ b/src/wsocket.h | |||
@@ -26,4 +26,8 @@ typedef t_socket *p_socket; | |||
26 | #define SO_REUSEPORT SO_REUSEADDR | 26 | #define SO_REUSEPORT SO_REUSEADDR |
27 | #endif | 27 | #endif |
28 | 28 | ||
29 | #ifndef AI_NUMERICSERV | ||
30 | #define AI_NUMERICSERV (0) | ||
31 | #endif | ||
32 | |||
29 | #endif /* WSOCKET_H */ | 33 | #endif /* WSOCKET_H */ |