diff options
Diffstat (limited to 'src/core/stdhelp')
-rw-r--r-- | src/core/stdhelp/main.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/stdhelp/main.cpp b/src/core/stdhelp/main.cpp index 8f2b6da362..bcccc652ed 100644 --- a/src/core/stdhelp/main.cpp +++ b/src/core/stdhelp/main.cpp @@ -59,8 +59,7 @@ extern "C" int __declspec(dllexport) Load(void) {
mir_getLP(&pluginInfo);
mir_getTMI(&tmi);
-
- pcli = ( CLIST_INTERFACE* )CallService(MS_CLIST_RETRIEVE_INTERFACE, 0, (LPARAM)hInst);
+ mir_getCLI();
LoadHelpModule();
return 0;
|