rtl/objpas/objpas.pp: * define FPC_HAS_INDIRECT_MAIN_INFORMATION for Darwin only while not bootstrapping with 2.6.x git-svn-id: branches/svenbarth/packages@31931 -
@@ -311,7 +311,7 @@ Type
end;
PResourceStringTableList = ^TResourceStringTableList;
-{$ifdef win32}
+{$if defined(win32) or (defined(darwin) and not defined(ver2_6))}
{$define FPC_HAS_INDIRECT_MAIN_INFORMATION}
{$endif}