Browse Source

Ami-Extra: fixed compilation for powerpc-amiga

git-svn-id: trunk@35171 -
marcus 8 years ago
parent
commit
78b8fb3414
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/ami-extra/src/muihelper.pas

+ 1 - 1
packages/ami-extra/src/muihelper.pas

@@ -24,7 +24,7 @@ unit muihelper;
 interface
 
 uses
-  {$if defined(MorphOS) or defined(Amiga)}
+  {$if defined(MorphOS) or defined(Amiga68k)}
   amigalib,
   {$endif}
   exec, intuition, mui, amigados, utility;