+ added promising _start and _initialize exports

This commit is contained in:
Nikolay Nikolov 2023-06-17 14:34:09 +03:00 committed by Pierre Muller
parent 512ccaf953
commit c42e8c5fff
2 changed files with 4 additions and 2 deletions

View File

@ -48,6 +48,7 @@ end;
{$endif}
exports
_initialize;
_initialize,
_initialize name '_initialize_promising' promising;
end.

View File

@ -48,6 +48,7 @@ end;
{$endif}
exports
_start;
_start,
_start name '_start_promising' promising;
end.