Explorar el Código

* unix sockets now also exports tsocklen, like windows one

git-svn-id: trunk@13276 -
marco hace 16 años
padre
commit
a862d93652
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      rtl/unix/sockets.pp

+ 3 - 0
rtl/unix/sockets.pp

@@ -25,6 +25,9 @@ Uses baseunix,UnixType;
 {$DEFINE SOCK_HAS_SINLEN}               // BSD definition of socketaddr
 {$endif}
 
+Type 
+ TSockLen = BaseUnix.TSocklen;
+
 {$i unxsockh.inc}
 {$i socketsh.inc}