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:
Viktor Szakats
2010-12-04 11:54:22 +00:00
parent 25bffb2a7d
commit 1e8ce2e200
2 changed files with 5 additions and 1 deletions

View File

@@ -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

View File

@@ -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;
}