* Removed ifdef arround getepoch.

This commit is contained in:
marco 2002-01-02 12:22:54 +00:00
parent 60d2ddbbd5
commit 4c315e6db0
2 changed files with 8 additions and 6 deletions

View File

@ -190,9 +190,7 @@ function GetTimezoneFile:string;
Procedure GetTimeOfDay(var tv:timeval);
Function GetTimeOfDay:longint;
{$ifndef bsd}
Function GetEpochTime: longint;
{$endif}
Procedure EpochToLocal(epoch:longint;var year,month,day,hour,minute,second:Word);
Function LocalToEpoch(year,month,day,hour,minute,second:Word):Longint;
procedure GetTime(var hour,min,sec,msec,usec:word);
@ -3049,7 +3047,10 @@ End.
{
$Log$
Revision 1.19 2001-12-26 21:03:57 peter
Revision 1.20 2002-01-02 12:22:54 marco
* Removed ifdef arround getepoch.
Revision 1.19 2001/12/26 21:03:57 peter
* merged fixes from 1.0.x
Revision 1.18 2001/11/30 07:16:41 marco

View File

@ -189,9 +189,7 @@ function GetTimezoneFile:string;
Procedure GetTimeOfDay(var tv:timeval);
Function GetTimeOfDay:longint;
{$ifndef bsd}
Function GetEpochTime: longint;
{$endif}
Procedure EpochToLocal(epoch:longint;var year,month,day,hour,minute,second:Word);
Function LocalToEpoch(year,month,day,hour,minute,second:Word):Longint;
procedure GetTime(var hour,min,sec,msec,usec:word);
@ -3074,7 +3072,10 @@ End.
{
$Log$
Revision 1.20 2001-12-26 21:03:57 peter
Revision 1.21 2002-01-02 12:22:54 marco
* Removed ifdef arround getepoch.
Revision 1.20 2001/12/26 21:03:57 peter
* merged fixes from 1.0.x
Revision 1.19 2001/11/30 07:16:42 marco