mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 20:39:13 +02:00
* Correction of PAFProtocols (Ivan Shikhalev, bug ID #17924
git-svn-id: trunk@16335 -
This commit is contained in:
parent
085e5fc65a
commit
5cdc3c3a29
@ -992,7 +992,7 @@ Type
|
|||||||
iAddressFamily: Longint;
|
iAddressFamily: Longint;
|
||||||
iProtocol: Longint;
|
iProtocol: Longint;
|
||||||
end {AFPROTOCOLS};
|
end {AFPROTOCOLS};
|
||||||
PAFProtocols = TAFProtocols;
|
PAFProtocols = ^TAFProtocols;
|
||||||
|
|
||||||
{ Client Query API Typedefs }
|
{ Client Query API Typedefs }
|
||||||
|
|
||||||
|
@ -958,7 +958,7 @@ Type
|
|||||||
iAddressFamily: Longint;
|
iAddressFamily: Longint;
|
||||||
iProtocol: Longint;
|
iProtocol: Longint;
|
||||||
end {AFPROTOCOLS};
|
end {AFPROTOCOLS};
|
||||||
PAFProtocols = TAFProtocols;
|
PAFProtocols = ^TAFProtocols;
|
||||||
|
|
||||||
{ Client Query API Typedefs }
|
{ Client Query API Typedefs }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user