mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-23 11:09:51 +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}
|
{$define ELF32}
|
||||||
{$endif}
|
{$endif}
|
||||||
|
|
||||||
|
{$if defined(msdos)}
|
||||||
|
{$define ELF32}
|
||||||
|
{$endif}
|
||||||
|
|
||||||
{$if defined(win32) or defined(wince)}
|
{$if defined(win32) or defined(wince)}
|
||||||
{$define PE32}
|
{$define PE32}
|
||||||
{$endif}
|
{$endif}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user