* typo correction from bug #864

This commit is contained in:
pierre 2000-03-01 11:18:39 +00:00
parent 070bbe9980
commit 19f9321be5

View File

@ -66,7 +66,7 @@ unit winsock;
tz_dsttime : longint;
end;
TTimeZone = timezone;
PTimeZoen = ^TTimeZone;
PTimeZone = ^TTimeZone;
const
IOCPARM_MASK = $7f;
@ -933,7 +933,10 @@ unit winsock;
end.
{
$Log$
Revision 1.8 2000-02-23 16:48:10 alex
Revision 1.9 2000-03-01 11:18:39 pierre
* typo correction from bug 864
Revision 1.8 2000/02/23 16:48:10 alex
fixed structure sizes for any slang on 32 bit platform,
fiexed buggy conversions from c-short to pascal-integer,
needs some more work to be Win64 compliant,