mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-19 03:49:29 -04:00
little changes
This commit is contained in:
parent
c12d633730
commit
be929f4335
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ extern "C" {
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
__declspec(dllexport)
|
__declspec(dllexport)
|
||||||
#endif
|
#endif
|
||||||
uint32_t RETROSHARE_PLUGIN_revision = abs(atoi(RS_EXTRA_VERSION)) ;
|
uint32_t RETROSHARE_PLUGIN_revision = (uint32_t)atoi(RS_EXTRA_VERSION);
|
||||||
|
|
||||||
// This symbol contains the svn revision number grabbed from the executable.
|
// 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
|
// It will be tested by RS to load the plugin automatically, since it is safe to load plugins
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue