sswin32.inc - support for C++Builder XE7 (Dirk Jansen)
git-svn-id: https://svn.code.sf.net/p/synalist/code/trunk@203 7c85be65-684b-0410-a082-b2ed4fbef004
This commit is contained in:
parent
93bf601ae6
commit
e321bff9fc
35
sswin32.inc
35
sswin32.inc
@ -234,6 +234,41 @@ For IPv6 support you must have new API!
|
||||
(*$HPPEMIT '#undef PVD_CONFIG' *)
|
||||
(*$HPPEMIT '#undef AF_INET6' *)
|
||||
(*$HPPEMIT '#undef PF_INET6' *)
|
||||
(*$HPPEMIT '#undef NI_MAXHOST' *)
|
||||
(*$HPPEMIT '#undef NI_MAXSERV' *)
|
||||
(*$HPPEMIT '#undef NI_NOFQDN' *)
|
||||
(*$HPPEMIT '#undef NI_NUMERICHOST' *)
|
||||
(*$HPPEMIT '#undef NI_NAMEREQD' *)
|
||||
(*$HPPEMIT '#undef NI_NUMERICSERV' *)
|
||||
(*$HPPEMIT '#undef NI_DGRAM' *)
|
||||
(*$HPPEMIT '#undef AI_PASSIVE' *)
|
||||
(*$HPPEMIT '#undef AI_CANONNAME' *)
|
||||
(*$HPPEMIT '#undef AI_NUMERICHOST' *)
|
||||
(*$HPPEMIT '#undef EWOULDBLOCK' *)
|
||||
(*$HPPEMIT '#undef EINPROGRESS' *)
|
||||
(*$HPPEMIT '#undef EALREADY' *)
|
||||
(*$HPPEMIT '#undef ENOTSOCK' *)
|
||||
(*$HPPEMIT '#undef EDESTADDRREQ' *)
|
||||
(*$HPPEMIT '#undef EMSGSIZE' *)
|
||||
(*$HPPEMIT '#undef EPROTOTYPE' *)
|
||||
(*$HPPEMIT '#undef ENOPROTOOPT' *)
|
||||
(*$HPPEMIT '#undef EPROTONOSUPPORT' *)
|
||||
(*$HPPEMIT '#undef EOPNOTSUPP' *)
|
||||
(*$HPPEMIT '#undef EAFNOSUPPORT' *)
|
||||
(*$HPPEMIT '#undef EADDRINUSE' *)
|
||||
(*$HPPEMIT '#undef EADDRNOTAVAIL' *)
|
||||
(*$HPPEMIT '#undef ENETDOWN' *)
|
||||
(*$HPPEMIT '#undef ENETUNREACH' *)
|
||||
(*$HPPEMIT '#undef ENETRESET' *)
|
||||
(*$HPPEMIT '#undef ECONNABORTED' *)
|
||||
(*$HPPEMIT '#undef ECONNRESET' *)
|
||||
(*$HPPEMIT '#undef ENOBUFS' *)
|
||||
(*$HPPEMIT '#undef EISCONN' *)
|
||||
(*$HPPEMIT '#undef ENOTCONN' *)
|
||||
(*$HPPEMIT '#undef ETIMEDOUT' *)
|
||||
(*$HPPEMIT '#undef ECONNREFUSED' *)
|
||||
(*$HPPEMIT '#undef ELOOP' *)
|
||||
(*$HPPEMIT '#undef EHOSTUNREACH' *)
|
||||
{$ENDIF}
|
||||
|
||||
{$IFDEF FPC}
|
||||
|
Loading…
Reference in New Issue
Block a user