Browse Source

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 years ago
parent
commit
3b16824b9f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/ami-extra/src/cliputils.pas

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

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