mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 06:09:22 +02: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;
|
||||
cuint32=cardinal;
|
||||
size_t =cuint32;
|
||||
ssize_t=Int64;
|
||||
ssize_t=cint32;
|
||||
cint =longint;
|
||||
pcint =^cint;
|
||||
tsocklen=cint;
|
||||
|
Loading…
Reference in New Issue
Block a user