浏览代码

ami-extra: fix build on amiga/m68k. this change is several days old, but forgot to commit *sigh*

git-svn-id: trunk@29428 -
Károly Balogh 10 年之前
父节点
当前提交
3b16824b9f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ami-extra/src/cliputils.pas

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

@@ -121,7 +121,7 @@ begin
 end;
 
 begin
-{$IF DEFINED(MORPHOS) OR DEFINED(AMIGA)}
+{$IF DEFINED(MORPHOS)}
   InitIFFParseLibrary;
 {$ENDIF}
 end.