summaryrefslogtreecommitdiff
path: root/plugins/Db_autobackups/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Db_autobackups/main.cpp')
-rw-r--r--plugins/Db_autobackups/main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/Db_autobackups/main.cpp b/plugins/Db_autobackups/main.cpp
index cef35ade51..7107b167b9 100644
--- a/plugins/Db_autobackups/main.cpp
+++ b/plugins/Db_autobackups/main.cpp
@@ -3,7 +3,7 @@
#include "m_trigger.h"
HINSTANCE hInst;
-PLUGINLINK *pluginLink;
+
int hLangpack;
TCHAR* profilePath;
@@ -167,9 +167,9 @@ extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD miranda
return &pluginInfo;
}
-extern "C" __declspec(dllexport) int Load(PLUGINLINK *link)
+extern "C" __declspec(dllexport) int Load(void)
{
- pluginLink=link;
+
SysInit();
return 0;
}