diff --git a/src/u_dexed_d.pas b/src/u_dexed_d.pas index 49b95524..fe174c26 100644 --- a/src/u_dexed_d.pas +++ b/src/u_dexed_d.pas @@ -137,5 +137,7 @@ initialization setRtOptions(); d_rt_init(); finalization + {$IFDEF POSIX} d_rt_term(); + {$ENDIF} end.