summaryrefslogtreecommitdiff
path: root/Plugins/historyevents/sdk/m_updater.h
diff options
context:
space:
mode:
authorwishmaster51@gmail.com <wishmaster51@gmail.com@c086bb3d-8645-0410-b8da-73a8550f86e7>2012-03-21 15:06:28 +0000
committerwishmaster51@gmail.com <wishmaster51@gmail.com@c086bb3d-8645-0410-b8da-73a8550f86e7>2012-03-21 15:06:28 +0000
commitfc771dfd08bb363fb3767285ab88503edfebdf98 (patch)
treeabf3ba01b3b58f7c59eccd909ab723a442db8a03 /Plugins/historyevents/sdk/m_updater.h
parent21c218fcfe4373fd3a0b7c566e715964058bd403 (diff)
HistoryEvents:
-x64 version -destroy service functions -support for costum langpacks -updated header files -updated copyrights git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@238 c086bb3d-8645-0410-b8da-73a8550f86e7
Diffstat (limited to 'Plugins/historyevents/sdk/m_updater.h')
-rw-r--r--Plugins/historyevents/sdk/m_updater.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Plugins/historyevents/sdk/m_updater.h b/Plugins/historyevents/sdk/m_updater.h
index 371b743..488d372 100644
--- a/Plugins/historyevents/sdk/m_updater.h
+++ b/Plugins/historyevents/sdk/m_updater.h
@@ -63,6 +63,10 @@ __inline static char *CreateVersionStringPlugin(PLUGININFO *pluginInfo, char *bu
return CreateVersionString(pluginInfo->version, buf);
}
+__inline static char *CreateVersionStringPluginEx(PLUGININFOEX *pluginInfo, char *buf) {
+ return CreateVersionString(pluginInfo->version, buf);
+}
+
// register the 'easy' way - use this method if you have no beta URL and the plugin is on the miranda file listing
// NOTE: the plugin version string on the file listing must be the string version of the version in pluginInfo (i.e. 0.0.0.1,