aboutsummaryrefslogtreecommitdiff
path: root/src/usocket.h
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2003-06-11 01:42:18 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2003-06-11 01:42:18 +0000
commitf330540576031528f0daac231c61d4dd06e8ba1e (patch)
tree8f9cd79ac7d4ec937413bbae8a90e8782c1afe18 /src/usocket.h
parent58bdb658aaa1c30a8f3bed46eef880d308fae582 (diff)
downloadluasocket-f330540576031528f0daac231c61d4dd06e8ba1e.tar.gz
luasocket-f330540576031528f0daac231c61d4dd06e8ba1e.tar.bz2
luasocket-f330540576031528f0daac231c61d4dd06e8ba1e.zip
Compiles and runs on linux and windows, using DLLs!
Diffstat (limited to 'src/usocket.h')
-rw-r--r--src/usocket.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usocket.h b/src/usocket.h
index 9e4b75a..034ae74 100644
--- a/src/usocket.h
+++ b/src/usocket.h
@@ -3,8 +3,8 @@
3* 3*
4* RCS ID: $Id$ 4* RCS ID: $Id$
5\*=========================================================================*/ 5\*=========================================================================*/
6#ifndef UNIX_H 6#ifndef USOCKET_H
7#define UNIX_H 7#define USOCKET_H
8 8
9/*=========================================================================*\ 9/*=========================================================================*\
10* BSD include files 10* BSD include files
@@ -41,4 +41,4 @@ typedef t_sock *p_sock;
41 41
42#define SOCK_INVALID (-1) 42#define SOCK_INVALID (-1)
43 43
44#endif /* UNIX_H */ 44#endif /* USOCKET_H */