diff options
Diffstat (limited to 'include/delphi/m_helpers.inc')
-rw-r--r-- | include/delphi/m_helpers.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/delphi/m_helpers.inc b/include/delphi/m_helpers.inc index f155f94866..9810ff69a4 100644 --- a/include/delphi/m_helpers.inc +++ b/include/delphi/m_helpers.inc @@ -255,6 +255,7 @@ end; function Langpack_Register:int_ptr;
begin
mir_getLP(PluginInfo, hLangpack);
+ cli := Clist_GetInterface();
result:=hLangpack;
end;
@@ -410,7 +411,4 @@ begin UuidFromStringA(strguid, pmi.uid);
end;
-initialization
- cli := Clist_GetInterface();
-
{$ENDIF}
|