mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-21 05:23:05 +01:00
+ enable the ELF32 reader in unit exeinfo for i8086-msdos
git-svn-id: trunk@39031 -
This commit is contained in:
parent
537fbefb9e
commit
ccf5aaeebb
@ -140,6 +140,10 @@ uses
|
||||
{$define ELF32}
|
||||
{$endif}
|
||||
|
||||
{$if defined(msdos)}
|
||||
{$define ELF32}
|
||||
{$endif}
|
||||
|
||||
{$if defined(win32) or defined(wince)}
|
||||
{$define PE32}
|
||||
{$endif}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user