Explorar o código

* fixed compilation after r30351 (mantis #27918)

git-svn-id: trunk@32184 -
Jonas Maebe %!s(int64=9) %!d(string=hai) anos
pai
achega
deef6953f9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;