2010-12-04 12:53 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* src/rtl/hbsocket.c
! Fixed typo breaking MS-DOS builds.
This commit is contained in:
@@ -16,6 +16,10 @@
|
||||
The license applies to all entries newer than 2009-04-28.
|
||||
*/
|
||||
|
||||
2010-12-04 12:53 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* src/rtl/hbsocket.c
|
||||
! Fixed typo breaking MS-DOS builds.
|
||||
|
||||
2010-12-02 21:42 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* src/rtl/hbinet.c
|
||||
* Do not set SO_EXCLUSIVEADDRUSE on Windows in
|
||||
|
||||
@@ -603,7 +603,7 @@ int hb_socketSetNoDelay( HB_SOCKET sd, HB_BOOL fNoDelay )
|
||||
int hb_socketSetExclusiveAddr( HB_SOCKET sd, HB_BOOL fExclusive )
|
||||
{
|
||||
HB_SYMBOL_UNUSED( sd );
|
||||
HB_SYMBOL_UNUSED( fReuse );
|
||||
HB_SYMBOL_UNUSED( fExclusive );
|
||||
hb_socketSetRawError( HB_SOCKET_ERR_INVALIDHANDLE );
|
||||
return -1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user