浏览代码

Ami-Extra: fixed compilation for powerpc-amiga

git-svn-id: trunk@35171 -
marcus 8 年之前
父节点
当前提交
78b8fb3414
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;