mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-15 09:29:18 +02:00
+ added promising _start and _initialize exports
This commit is contained in:
parent
512ccaf953
commit
c42e8c5fff
@ -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