Browse Source

morphos: also enable the elf32 loader in exeinfo for morphos

git-svn-id: trunk@36805 -
Károly Balogh 8 years ago
parent
commit
4002833001
1 changed files with 4 additions and 0 deletions
  1. 4 0
      rtl/inc/exeinfo.pp

+ 4 - 0
rtl/inc/exeinfo.pp

@@ -138,6 +138,10 @@ uses
   {$endif}
   {$endif}
 {$endif}
 {$endif}
 
 
+{$if defined(morphos)}
+  {$define ELF32}
+{$endif}
+
 {$if defined(win32) or defined(wince)}
 {$if defined(win32) or defined(wince)}
   {$define PE32}
   {$define PE32}
 {$endif}
 {$endif}