summaryrefslogtreecommitdiff
path: root/no_history/dllmain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'no_history/dllmain.cpp')
-rw-r--r--no_history/dllmain.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/no_history/dllmain.cpp b/no_history/dllmain.cpp
index 9a042ae..961ced8 100644
--- a/no_history/dllmain.cpp
+++ b/no_history/dllmain.cpp
@@ -60,6 +60,11 @@ extern "C" __declspec (dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD mirand
return &pluginInfo;
}
+extern "C" __declspec (dllexport) PLUGININFO* MirandaPluginInfo(DWORD mirandaVersion) {
+ pluginInfo.cbSize = sizeof(PLUGININFO);
+ return (PLUGININFO*)&pluginInfo;
+}
+
static const MUUID interfaces[] = {MIID_NOHISTORY, MIID_LAST};
extern "C" __declspec(dllexport) const MUUID* MirandaPluginInterfaces(void) {
return interfaces;