diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-01-17 00:17:46 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-01-17 00:17:46 +0000 |
commit | 076451c75336b30e6152bd5c02f355db39107f7d (patch) | |
tree | 785a6c71ca1e5246f2ce09a9b91f98eb902ac2a0 /src/luasocket.h | |
parent | 89f3ecf7820857f91c4039536d2bbe3cf12d5f95 (diff) | |
download | luasocket-076451c75336b30e6152bd5c02f355db39107f7d.tar.gz luasocket-076451c75336b30e6152bd5c02f355db39107f7d.tar.bz2 luasocket-076451c75336b30e6152bd5c02f355db39107f7d.zip |
Tested in windows. Still needs more testing, but progress has been made.
Diffstat (limited to 'src/luasocket.h')
-rw-r--r-- | src/luasocket.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/luasocket.h b/src/luasocket.h index 7756605..ac26824 100644 --- a/src/luasocket.h +++ b/src/luasocket.h | |||
@@ -18,7 +18,9 @@ | |||
18 | /*-------------------------------------------------------------------------*\ | 18 | /*-------------------------------------------------------------------------*\ |
19 | * Library's namespace | 19 | * Library's namespace |
20 | \*-------------------------------------------------------------------------*/ | 20 | \*-------------------------------------------------------------------------*/ |
21 | #ifndef LUASOCKET_LIBNAME | ||
21 | #define LUASOCKET_LIBNAME "socket" | 22 | #define LUASOCKET_LIBNAME "socket" |
23 | #endif | ||
22 | 24 | ||
23 | /*-------------------------------------------------------------------------*\ | 25 | /*-------------------------------------------------------------------------*\ |
24 | * This macro prefixes all exported API functions | 26 | * This macro prefixes all exported API functions |