mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-31 08:30:39 +02:00
* fix os2 for the new AF_/PF_ stuff
git-svn-id: trunk@5443 -
This commit is contained in:
parent
b0dabd0746
commit
e6fb51c5b6
@ -25,6 +25,9 @@ Uses
|
||||
|
||||
Const
|
||||
// AF_LOCAL = so32dll.AF_LOCAL;
|
||||
AF_UNSPEC = so32dll.AF_UNSPEC;
|
||||
AF_LOCAL = so32dll.AF_LOCAL;
|
||||
AF_UNIX = so32dll.AF_UNIX;
|
||||
AF_OS2 = so32dll.AF_OS2;
|
||||
AF_IMPLINK = so32dll.AF_IMPLINK; // arpanet imp addresses
|
||||
AF_PUP = so32dll.AF_PUP; // pup protocols: e.g. BSP
|
||||
|
Loading…
Reference in New Issue
Block a user