From fc771dfd08bb363fb3767285ab88503edfebdf98 Mon Sep 17 00:00:00 2001 From: "wishmaster51@gmail.com" Date: Wed, 21 Mar 2012 15:06:28 +0000 Subject: 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 --- Plugins/historyevents/sdk/m_updater.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Plugins/historyevents/sdk/m_updater.h') 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, -- cgit v1.2.3