mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 01:29:29 +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;
|
||||
iProtocol: Longint;
|
||||
end {AFPROTOCOLS};
|
||||
PAFProtocols = TAFProtocols;
|
||||
PAFProtocols = ^TAFProtocols;
|
||||
|
||||
{ Client Query API Typedefs }
|
||||
|
||||
|
@ -958,7 +958,7 @@ Type
|
||||
iAddressFamily: Longint;
|
||||
iProtocol: Longint;
|
||||
end {AFPROTOCOLS};
|
||||
PAFProtocols = TAFProtocols;
|
||||
PAFProtocols = ^TAFProtocols;
|
||||
|
||||
{ Client Query API Typedefs }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user