mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-24 03:19:17 +02:00
* PWSADAta was missing ^ to make it a pointer.
git-svn-id: trunk@13936 -
This commit is contained in:
parent
45f854c665
commit
a91e106cde
@ -288,7 +288,7 @@ unit winsock;
|
|||||||
{$endif win64}
|
{$endif win64}
|
||||||
end;
|
end;
|
||||||
TWSAData = WSADATA;
|
TWSAData = WSADATA;
|
||||||
PWSAData = TWSAData;
|
PWSAData = ^TWSAData;
|
||||||
|
|
||||||
const
|
const
|
||||||
IP_OPTIONS = 1;
|
IP_OPTIONS = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user