Browse Source

* fix for sockets from Ales Katona

git-svn-id: trunk@758 -
florian 20 years ago
parent
commit
614a0703c8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/win32/sockets.pp

+ 1 - 1
rtl/win32/sockets.pp

@@ -26,7 +26,7 @@ Type
   cuint16=word;
   cuint32=cardinal;
   size_t =cuint32;
-  ssize_t=Int64;
+  ssize_t=cint32;
   cint   =longint;
   pcint  =^cint;
   tsocklen=cint;