зеркало из https://github.com/mozilla/gecko-dev.git
added FullCircle initialization. r=namachi
This commit is contained in:
Родитель
3c422499b4
Коммит
ae476dd0ce
|
@ -36,6 +36,10 @@
|
|||
#include "nsFileStream.h"
|
||||
#include "nsSpecialSystemDirectory.h"
|
||||
|
||||
#ifdef MOZ_FULLCIRCLE
|
||||
#include "fullsoft.h"
|
||||
#endif
|
||||
|
||||
// header file for profile manager
|
||||
#include "nsIProfile.h"
|
||||
|
||||
|
@ -118,6 +122,11 @@ int main(int argc, char* argv[])
|
|||
nsIURL* url;
|
||||
nsIPref *prefs;
|
||||
|
||||
// initialization for Full Circle
|
||||
#ifdef MOZ_FULLCIRCLE
|
||||
FCInitialize();
|
||||
#endif
|
||||
|
||||
// initializations for profile manager
|
||||
#if defined(NS_USING_PROFILES)
|
||||
nsFileSpec currProfileDirSpec;
|
||||
|
|
Загрузка…
Ссылка в новой задаче