mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-29 10:39:37 +02:00
* typo correction from bug #864
This commit is contained in:
parent
070bbe9980
commit
19f9321be5
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user