소스 검색

* fixed compilation after r30351 (mantis #27918)

git-svn-id: trunk@32184 -
Jonas Maebe 9 년 전
부모
커밋
deef6953f9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;