summaryrefslogtreecommitdiff
path: root/plugins/FloatingContacts
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2012-06-05 20:02:16 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2012-06-05 20:02:16 +0000
commit9e97d362c526ddcf8c6ee68891575a7d24918b67 (patch)
treee757afc82ff393e6394b81a17baec4dd3d7482bf /plugins/FloatingContacts
parent439a7d68a8ff7465e735749068255dfa0c4af5ad (diff)
mirVersion cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@321 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FloatingContacts')
-rw-r--r--plugins/FloatingContacts/main.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/plugins/FloatingContacts/main.cpp b/plugins/FloatingContacts/main.cpp
index 187160f47d..4d10dbead5 100644
--- a/plugins/FloatingContacts/main.cpp
+++ b/plugins/FloatingContacts/main.cpp
@@ -174,10 +174,8 @@ _inline unsigned int MakeVer(int a, int b, int c, int d)
return PLUGIN_MAKE_VERSION(a, b, c, d);
}
-extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD mirandaVersion) {
-
- if ( mirandaVersion < MakeVer(MINIMAL_COREVERSION) ) return NULL;
- pluginInfoEx.version = MakeVer(PRODUCT_VERSION);
+extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD mirandaVersion)
+{
return &pluginInfoEx;
}