summaryrefslogtreecommitdiff
path: root/ide/whelp.pas
diff options
context:
space:
mode:
authorkaroly <karoly@3ad0048d-3df7-0310-abae-a5850022a9f2>2008-10-24 01:34:07 +0000
committerkaroly <karoly@3ad0048d-3df7-0310-abae-a5850022a9f2>2008-10-24 01:34:07 +0000
commit5c25535d3c361a09da835bec2dd58b4758a93616 (patch)
tree8cab63a19d60b84f473252c26edb328e41e65038 /ide/whelp.pas
parentcaea7f4cf3e8a029d5aa4279e0c8e687e694dcac (diff)
downloadfpc-5c25535d3c361a09da835bec2dd58b4758a93616.tar.gz
+ changes to make the IDE compile on MorphOS (probably doesn't work yet)
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@11966 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'ide/whelp.pas')
-rw-r--r--ide/whelp.pas10
1 files changed, 10 insertions, 0 deletions
diff --git a/ide/whelp.pas b/ide/whelp.pas
index 4c712f6bc0..a461178db9 100644
--- a/ide/whelp.pas
+++ b/ide/whelp.pas
@@ -338,6 +338,16 @@ begin
GetDosTicks := Nwserv.GetCurrentTicks;
end;
{$endif}
+{$ifdef amiga}
+begin
+ GetDosTicks := -1;
+end;
+{$endif}
+{$ifdef morphos}
+begin
+ GetDosTicks := -1;
+end;
+{$endif}
procedure DisposeRecord(var R: TRecord);