mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Bug [0002141] Link failure on ARM
This commit is contained in:
parent
fa370a81d3
commit
7a04a2a9bc
1 changed files with 4 additions and 1 deletions
|
|
@ -7,7 +7,10 @@ interface
|
|||
implementation
|
||||
|
||||
uses
|
||||
InitC, CTypes, BaseUnix;
|
||||
InitC, BaseUnix;
|
||||
|
||||
var
|
||||
__dso_handle: pointer = nil; cvar; public;
|
||||
|
||||
procedure _exit(status: cint); cdecl; external clib;
|
||||
function atexit(func: pointer): cint; cdecl; external clib;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue