dummy GetLastOSerror to make fcl-whatever build, and header cleanup/fixes

git-svn-id: trunk@25146 -
This commit is contained in:
Károly Balogh 2013-07-19 22:55:44 +00:00
parent 4f041157c4
commit 4df92ddc08

View File

@ -1,10 +1,10 @@
{
This file is part of the Free Pascal run time library.
Copyright (c) 2004-2006 by Karoly Balogh
Copyright (c) 2004-2013 by Karoly Balogh
Sysutils unit for MorphOS
Sysutils unit for AmigaOS & clones
Based on Amiga version by Carl Eric Codere, and other
Based on Amiga 1.x version by Carl Eric Codere, and other
parts of the RTL
See the file COPYING.FPC, included in this distribution,
@ -26,6 +26,7 @@ interface
{$H+}
{$DEFINE HAS_SLEEP}
{$DEFINE HAS_OSERROR}
{ Include platform independent interface part }
{$i sysutilh.inc}
@ -569,6 +570,11 @@ begin
{ Result:=StrError(ErrorCode);}
end;
function GetLastOSError: Integer;
begin
result:=-1;
end;
{****************************************************************************
OS utility functions
****************************************************************************}