소스 검색

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;