2010-06-10 19:29 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* INSTALL
  * include/hbsocket.ch
    * Minor corrections.
This commit is contained in:
Viktor Szakats
2010-06-10 17:30:22 +00:00
parent 8223f81fa6
commit 8d05b7906f
3 changed files with 7 additions and 2 deletions

View File

@@ -16,6 +16,11 @@
The license applies to all entries newer than 2009-04-28.
*/
2010-06-10 19:29 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* INSTALL
* include/hbsocket.ch
* Minor corrections.
2010-06-10 18:44 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* include/hbcom.ch
* Changed functions names to use proper camelcasing so that

View File

@@ -1048,6 +1048,7 @@ HARBOUR
export HB_PLATFORM=win
export HB_COMPILER=bcc
export HB_BUILD_EXTDEF=no
make
---
for Darwin (Mac OS X) hosts

View File

@@ -206,8 +206,7 @@
#define HB_SOCKET_IFINFO_HWADDR 8 /* hardware address */
#define HB_SOCKET_IFINFO_LEN 8
/* Socket address array indexes used in
HB_SOCKETGETSOCKNAME(), HB_SOCKETGETPEERNAME() return values */
/* Socket address array indexes */
#define HB_SOCKET_ADINFO_FAMILY 1
#define HB_SOCKET_ADINFO_ADDRESS 2 /* HB_SOCKET_AF_INET, HB_SOCKET_AF_INET6 */
#define HB_SOCKET_ADINFO_PATH 2 /* HB_SOCKET_AF_LOCAL */