Fix exclusion of ogelf unit using $ifndef NOOGELF

This commit is contained in:
Pierre Muller 2024-05-17 13:25:44 +02:00
parent 010127a622
commit 2d8a50556c

View File

@ -110,7 +110,7 @@ implementation
{$ifndef NOOGCOFF}
,ogcoff
{$endif}
{$ifndef NOOGCOFF}
{$ifndef NOOGELF}
,ogelf
,cpuelf
{$endif}