git-svn-id: trunk@42109 -
@@ -101,7 +101,7 @@ begin
FpClose(_SaveStdOut);
FpClose(_SaveStdErr);
// Finalize the library
- lib_exit;
+ fpc_lib_exit;
// Close stdout and stderr if stdio has been closed
if ioclosed then
begin
@@ -1041,7 +1041,7 @@ end;
procedure internal_do_exit; external name 'fpc_do_exit';
-Procedure lib_exit;[Public,Alias:'FPC_LIB_EXIT'];
+Procedure fpc_lib_exit;[Public,Alias:'FPC_LIB_EXIT'];
InternalExit;
end;
@@ -813,7 +813,7 @@ begin
DLL_PROCESS_DETACH :
- Lib_Exit;
+ Fpc_Lib_Exit;
if assigned(Dll_Process_Detach_Hook) then
Dll_Process_Detach_Hook(DllParam);