mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 02:48:07 +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}
|
||||
end;
|
||||
TWSAData = WSADATA;
|
||||
PWSAData = TWSAData;
|
||||
PWSAData = ^TWSAData;
|
||||
|
||||
const
|
||||
IP_OPTIONS = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user