mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 20:29:17 +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;
|
Function GetLastOSError : Integer;
|
||||||
|
|
||||||
begin
|
begin
|
||||||
Result:=ErrNo;
|
Result:=fpgetErrNo;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{****************************************************************************
|
{****************************************************************************
|
||||||
@ -571,7 +571,10 @@ end.
|
|||||||
{
|
{
|
||||||
|
|
||||||
$Log$
|
$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
|
+ Added fileIsReadOnly
|
||||||
|
|
||||||
Revision 1.32 2004/02/08 11:01:17 michael
|
Revision 1.32 2004/02/08 11:01:17 michael
|
||||||
|
Loading…
Reference in New Issue
Block a user