summaryrefslogtreecommitdiff
path: root/rtl/wince
diff options
context:
space:
mode:
authorpierre <pierre@3ad0048d-3df7-0310-abae-a5850022a9f2>2019-05-20 09:35:28 +0000
committerpierre <pierre@3ad0048d-3df7-0310-abae-a5850022a9f2>2019-05-20 09:35:28 +0000
commit9dca8be1a3176d9ea675520aff1aaec9057b0a63 (patch)
tree4e54c0385dcea567b640a7d42b73cb76fabbf4c8 /rtl/wince
parentfcc8e5aca70232807de3710000ae794e3c8d714c (diff)
downloadfpc-9dca8be1a3176d9ea675520aff1aaec9057b0a63.tar.gz
Change lib_exit to fpc_lib_exit in missed sources (to fix breakages after commit #42104)
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@42109 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'rtl/wince')
-rw-r--r--rtl/wince/system.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtl/wince/system.pp b/rtl/wince/system.pp
index 84a06be6c5..c0631616af 100644
--- a/rtl/wince/system.pp
+++ b/rtl/wince/system.pp
@@ -813,7 +813,7 @@ begin
end;
DLL_PROCESS_DETACH :
begin
- Lib_Exit;
+ Fpc_Lib_Exit;
if assigned(Dll_Process_Detach_Hook) then
Dll_Process_Detach_Hook(DllParam);
end;