mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-10 08:47:24 +01:00
+ added promising _start and _initialize exports
This commit is contained in:
parent
389646adee
commit
fa27856478
@ -48,6 +48,7 @@ end;
|
||||
{$endif}
|
||||
|
||||
exports
|
||||
_initialize;
|
||||
_initialize,
|
||||
_initialize name '_initialize_promising' promising;
|
||||
|
||||
end.
|
||||
|
||||
@ -48,6 +48,7 @@ end;
|
||||
{$endif}
|
||||
|
||||
exports
|
||||
_start;
|
||||
_start,
|
||||
_start name '_start_promising' promising;
|
||||
|
||||
end.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user