mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-18 10:57:18 -05:00
fixed to get work rsStatus under Windows moved out from if def.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2745 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
aefd492b86
commit
3577fb9acf
@ -2207,16 +2207,15 @@ int RsServer::StartupRetroShare()
|
||||
rsChannels = mChannels;
|
||||
rsRanks = new p3Rank(mRanking);
|
||||
rsBlogs = mBlogs;
|
||||
rsStatus = new p3Status(mStatusSrv);
|
||||
|
||||
#ifndef RS_RELEASE
|
||||
rsGameLauncher = gameLauncher;
|
||||
rsPhoto = new p3Photo(photoService);
|
||||
rsStatus = new p3Status(mStatusSrv);
|
||||
rsQblog = new p3Blog(mQblog);
|
||||
#else
|
||||
rsGameLauncher = NULL;
|
||||
rsPhoto = NULL;
|
||||
rsStatus = NULL;
|
||||
rsQblog = NULL;
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user