2008-06-30 17:15 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* source/rtl/hbinet.c
! Fixed non-ANSI comment.
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
2008-12-31 13:59 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
|
||||
2008-06-30 17:15 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
|
||||
* source/rtl/hbinet.c
|
||||
! Fixed non-ANSI comment.
|
||||
|
||||
2008-06-30 17:00 UTC+0100 Miguel Angel Marchuet <miguelangel@marchuet.net>
|
||||
* source/rtl/hbinet.c
|
||||
+ Added define SOCKET_ERROR, that is missing in some compilers.
|
||||
|
||||
@@ -226,7 +226,7 @@ static void hb_inetLinuxSigusrHandle( int sig )
|
||||
}
|
||||
#endif
|
||||
|
||||
// some compilers has missing this define
|
||||
/* some compilers has missing this define */
|
||||
#ifndef SOCKET_ERROR
|
||||
#define SOCKET_ERROR (-1)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user