diff options
Diffstat (limited to 'src/core/stduihist/main.cpp')
-rw-r--r-- | src/core/stduihist/main.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/stduihist/main.cpp b/src/core/stduihist/main.cpp index 5b8893e4d5..97aa626562 100644 --- a/src/core/stduihist/main.cpp +++ b/src/core/stduihist/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();
LoadHistoryModule();
return 0;
|