From 634ded759c8208a62ea1ce4dd9bb5fa708ff0c33 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 29 Aug 2018 19:28:37 +0300 Subject: fixes #1555 (Import shouldn't import .bak second time in service mode) --- include/newpluginapi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/newpluginapi.h b/include/newpluginapi.h index d1209ca99b..ca4b95487b 100644 --- a/include/newpluginapi.h +++ b/include/newpluginapi.h @@ -56,7 +56,7 @@ __forceinline bool operator!=(const MUUID &p1, const MUUID &p2) MIR_APP_DLL(int) GetPluginLangId(const MUUID &uuid, int langId); MIR_APP_DLL(int) IsPluginLoaded(const MUUID &uuid); -MIR_APP_DLL(int) SetServiceModePlugin(const wchar_t *wszPluginName); +MIR_APP_DLL(int) SetServiceModePlugin(const wchar_t *wszPluginName, WPARAM = 0, LPARAM = 0); ///////////////////////////////////////////////////////////////////////////////////////// // Used to define the end of the MirandaPluginInterface list -- cgit v1.2.3