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();
|
setRtOptions();
|
||||||
d_rt_init();
|
d_rt_init();
|
||||||
finalization
|
finalization
|
||||||
|
{$IFDEF POSIX}
|
||||||
d_rt_term();
|
d_rt_term();
|
||||||
|
{$ENDIF}
|
||||||
end.
|
end.
|
||||||
|
|
Loading…
Reference in New Issue