mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 09:28:19 +02:00
* fixed for 1.0 errno->fpgeterrno
This commit is contained in:
parent
d2e96c4422
commit
11f9c20d90
@ -555,7 +555,7 @@ end;
|
||||
Function GetLastOSError : Integer;
|
||||
|
||||
begin
|
||||
Result:=ErrNo;
|
||||
Result:=fpgetErrNo;
|
||||
end;
|
||||
|
||||
{****************************************************************************
|
||||
@ -571,7 +571,10 @@ end.
|
||||
{
|
||||
|
||||
$Log$
|
||||
Revision 1.33 2004-02-08 14:50:51 michael
|
||||
Revision 1.34 2004-02-09 17:11:17 marco
|
||||
* fixed for 1.0 errno->fpgeterrno
|
||||
|
||||
Revision 1.33 2004/02/08 14:50:51 michael
|
||||
+ Added fileIsReadOnly
|
||||
|
||||
Revision 1.32 2004/02/08 11:01:17 michael
|
||||
|
Loading…
Reference in New Issue
Block a user