* PWSADAta was missing ^ to make it a pointer.

git-svn-id: trunk@13936 -
This commit is contained in:
marco 2009-10-23 19:01:35 +00:00
parent 45f854c665
commit a91e106cde

View File

@ -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;