diff options
Diffstat (limited to 'plugins/Scriver')
-rw-r--r-- | plugins/Scriver/srmm.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/Scriver/srmm.cpp b/plugins/Scriver/srmm.cpp index d0547d1ad6..ef02512975 100644 --- a/plugins/Scriver/srmm.cpp +++ b/plugins/Scriver/srmm.cpp @@ -27,7 +27,7 @@ int OnUnloadModule(void); TIME_API tmi;
-PLUGINLINK *pluginLink;
+
HINSTANCE g_hInst;
int hLangpack;
@@ -64,9 +64,9 @@ extern "C" __declspec(dllexport) const MUUID* MirandaPluginInterfaces(void) return interfaces;
}
-extern "C" __declspec(dllexport) int Load(PLUGINLINK * link)
+extern "C" __declspec(dllexport) int Load(void)
{
- pluginLink = link;
+
// set the memory manager
mir_getTMI(&tmi);
|