Quellcode durchsuchen

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 vor 10 Jahren
Ursprung
Commit
3b16824b9f
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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.