Browse Source

* fixed compilation after r30351 (mantis #27918)

git-svn-id: trunk@32184 -
Jonas Maebe 9 years ago
parent
commit
deef6953f9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/nativent/system.pp

+ 1 - 1
rtl/nativent/system.pp

@@ -337,7 +337,7 @@ begin
       if Dll_Process_Detach_Hook <> Nil then
         Dll_Process_Detach_Hook(aDllParam);
       // finalize units
-      do_exit;
+      internal_do_exit;
     end;
   end;
 end;