mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 23:21:57 +02:00
* cvar needs to be external.
git-svn-id: trunk@13267 -
This commit is contained in:
parent
f31048dc01
commit
c00204c1b3
@ -34,7 +34,7 @@ uses gdbint; // force dependancies that hopefully make it execute at the right m
|
||||
Type
|
||||
TAtexitFunction = function(p:TCFUnction):longint cdecl;
|
||||
|
||||
var _imp__atexit : TAtExitFunction; Cvar; // "true" atexit in mingw libs.
|
||||
var _imp__atexit : TAtExitFunction; Cvar; external; // "true" atexit in mingw libs.
|
||||
|
||||
function atexit(p:TCFunction):longint;cdecl; [public, alias : '_atexit'];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user