2009-07-20 10:27 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* include/hbapinet.h
    ! Fix for Cygwin.
This commit is contained in:
Viktor Szakats
2009-07-20 08:29:14 +00:00
parent 6e3895739e
commit a45194d863
2 changed files with 5 additions and 1 deletions

View File

@@ -17,6 +17,10 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-07-20 10:27 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* include/hbapinet.h
! Fix for Cygwin.
2009-07-20 10:19 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* include/hbapinet.h
* source/rtl/hbinet.c

View File

@@ -62,7 +62,7 @@
HB_EXTERN_BEGIN
#if defined( HB_OS_WIN )
#if defined( HB_OS_WIN ) && ! defined( HB_OS_UNIX_COMPATIBLE )
#define HB_SOCKET_T SOCKET
#define _WINSOCKAPI_ /* Prevents inclusion of winsock.h in windows.h */