mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-30 21:51:29 +01:00
* fix for sockets from Ales Katona
git-svn-id: trunk@758 -
This commit is contained in:
parent
5df84f7222
commit
614a0703c8
@ -26,7 +26,7 @@ Type
|
|||||||
cuint16=word;
|
cuint16=word;
|
||||||
cuint32=cardinal;
|
cuint32=cardinal;
|
||||||
size_t =cuint32;
|
size_t =cuint32;
|
||||||
ssize_t=Int64;
|
ssize_t=cint32;
|
||||||
cint =longint;
|
cint =longint;
|
||||||
pcint =^cint;
|
pcint =^cint;
|
||||||
tsocklen=cint;
|
tsocklen=cint;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user