summaryrefslogtreecommitdiff
path: root/plugins/FirstRun
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/FirstRun')
-rw-r--r--plugins/FirstRun/commonheaders.h2
-rw-r--r--plugins/FirstRun/main.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/plugins/FirstRun/commonheaders.h b/plugins/FirstRun/commonheaders.h
index 8fdd52a161..daf961576a 100644
--- a/plugins/FirstRun/commonheaders.h
+++ b/plugins/FirstRun/commonheaders.h
@@ -1,3 +1,5 @@
+#define MIRANDA_VER 0x0A00
+
#include <windows.h>
#include <newpluginapi.h>
#include <m_langpack.h>
diff --git a/plugins/FirstRun/main.c b/plugins/FirstRun/main.c
index b4ccc3f124..d679f8c3f6 100644
--- a/plugins/FirstRun/main.c
+++ b/plugins/FirstRun/main.c
@@ -60,7 +60,7 @@ __declspec(dllexport) const MUUID* MirandaPluginInterfaces(void)
int __declspec(dllexport) Load(PLUGINLINK *link)
{
pluginLink=link;
- mir_getLP(&pluginInfoEx);
+ mir_getLP(&pluginInfo);
hModulesLoaded = HookEvent(ME_SYSTEM_MODULESLOADED,ModulesLoaded);
return 0;
}