Explorar el Código

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 hace 10 años
padre
commit
3b16824b9f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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.