From 94a6c93f497e3bc50928a5ada4d6dcb915d2cc6a Mon Sep 17 00:00:00 2001 From: "wishmaster51@gmail.com" Date: Sat, 31 Mar 2012 20:30:54 +0000 Subject: QuickContacts: +First x64 version +Added VS 2010 projects *Minor fixes git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@244 c086bb3d-8645-0410-b8da-73a8550f86e7 --- Plugins/quickcontacts/sdk/m_updater.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Plugins/quickcontacts/sdk/m_updater.h') diff --git a/Plugins/quickcontacts/sdk/m_updater.h b/Plugins/quickcontacts/sdk/m_updater.h index 371b743..488d372 100644 --- a/Plugins/quickcontacts/sdk/m_updater.h +++ b/Plugins/quickcontacts/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