mirror of https://gitlab.com/basile.b/dexed.git
prevent rt_term error on windows
see #45, calling d_rt_term on windows leads to aexception originated frrom the GC
This commit is contained in:
parent
a1ae6e666a
commit
3567c48c9c
|
@ -137,5 +137,7 @@ initialization
|
|||
setRtOptions();
|
||||
d_rt_init();
|
||||
finalization
|
||||
{$IFDEF POSIX}
|
||||
d_rt_term();
|
||||
{$ENDIF}
|
||||
end.
|
||||
|
|
Loading…
Reference in New Issue