diff options
author | George Hazan <ghazan@miranda.im> | 2018-08-29 19:28:37 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-08-29 19:28:47 +0300 |
commit | 634ded759c8208a62ea1ce4dd9bb5fa708ff0c33 (patch) | |
tree | 3b43e4205996717669737182455a423aeeb27b79 /include | |
parent | 7bf8d7b243bb4d667b07c20858a15880b0625cce (diff) |
fixes #1555 (Import shouldn't import .bak second time in service mode)
Diffstat (limited to 'include')
-rw-r--r-- | include/newpluginapi.h | 2 |
1 files changed, 1 insertions, 1 deletions
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
|