From c7bf36da7ae9b56a598d5a4fae11a41015696491 Mon Sep 17 00:00:00 2001 From: csoler Date: Thu, 13 Sep 2012 20:38:07 +0000 Subject: [PATCH] added missing symbols to allow LinksCloud to load properly git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5548 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- plugins/LinksCloud/LinksCloudPlugin.cpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/plugins/LinksCloud/LinksCloudPlugin.cpp b/plugins/LinksCloud/LinksCloudPlugin.cpp index b358a6811..c5baa72ef 100644 --- a/plugins/LinksCloud/LinksCloudPlugin.cpp +++ b/plugins/LinksCloud/LinksCloudPlugin.cpp @@ -1,4 +1,5 @@ #include +#include #include #include "LinksCloudPlugin.h" @@ -13,6 +14,17 @@ extern "C" { return (void*)p ; } + // This symbol contains the svn revision number grabbed from the executable. + // It will be tested by RS to load the plugin automatically, since it is safe to load plugins + // with same revision numbers, assuming that the revision numbers are up-to-date. + // + uint32_t RETROSHARE_PLUGIN_revision = SVN_REVISION_NUMBER ; + + // This symbol contains the svn revision number grabbed from the executable. + // It will be tested by RS to load the plugin automatically, since it is safe to load plugins + // with same revision numbers, assuming that the revision numbers are up-to-date. + // + uint32_t RETROSHARE_PLUGIN_api = RS_PLUGIN_API_VERSION ; } #define IMAGE_LINKS ":/images/irkick.png"