Sfoglia il codice sorgente

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 anni fa
parent
commit
3b16824b9f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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.