mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 09:34:12 +02:00
* Fixed for Linux
This commit is contained in:
parent
77d45d20af
commit
02f26788b8
@ -236,10 +236,14 @@ implementation
|
||||
|
||||
uses
|
||||
Dos,
|
||||
{$ifdef Linux}
|
||||
linux,
|
||||
{$endif Linux}
|
||||
WUtils,WHTMLHlp;
|
||||
|
||||
|
||||
Function GetDosTicks:longint; { returns ticks at 18.2 Hz, just like DOS }
|
||||
{$IFDEF OS_LINUX}
|
||||
{$IFDEF LINUX}
|
||||
var
|
||||
tv : TimeVal;
|
||||
tz : TimeZone;
|
||||
@ -936,7 +940,10 @@ end;
|
||||
END.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.12 1999-04-07 21:56:00 peter
|
||||
Revision 1.13 1999-04-13 10:47:51 daniel
|
||||
* Fixed for Linux
|
||||
|
||||
Revision 1.12 1999/04/07 21:56:00 peter
|
||||
+ object support for browser
|
||||
* html help fixes
|
||||
* more desktop saving things
|
||||
|
Loading…
Reference in New Issue
Block a user