mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
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
This commit is contained in:
parent
70b0733a32
commit
c7bf36da7a
@ -1,4 +1,5 @@
|
||||
#include <retroshare/rsplugin.h>
|
||||
#include <util/rsversion.h>
|
||||
#include <QTranslator>
|
||||
|
||||
#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"
|
||||
|
Loading…
Reference in New Issue
Block a user