Bug 236687 - Build chokes on browser/components/migration/src/nsOperaProfileMigrator.cpp, patch by Fredrik Holmqvist (thesuckiestemail@yahoo.se), r=sergei_d@fi.tartu.ee, sr=bryner
git-svn-id: svn://10.0.0.236/trunk@155830 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -86,10 +86,19 @@ static NS_DEFINE_CID(kGlobalHistoryCID, NS_GLOBALHISTORY_CID);
|
||||
#define OPERA_PREFERENCES_FILE_NAME NS_LITERAL_STRING("opera6.ini")
|
||||
#define OPERA_HISTORY_FILE_NAME NS_LITERAL_STRING("global.dat")
|
||||
#define OPERA_BOOKMARKS_FILE_NAME NS_LITERAL_STRING("opera6.adr")
|
||||
#elif defined (XP_BEOS)
|
||||
#define OPERA_PREFERENCES_FOLDER_NAME NS_LITERAL_STRING("Opera")
|
||||
#define OPERA_PREFERENCES_FILE_NAME NS_LITERAL_STRING("opera.ini")
|
||||
#define OPERA_HISTORY_FILE_NAME NS_LITERAL_STRING("global.dat")
|
||||
#define OPERA_BOOKMARKS_FILE_NAME NS_LITERAL_STRING("opera.adr")
|
||||
#else
|
||||
#error Need to define location of Opera Profile data.
|
||||
#endif
|
||||
|
||||
#define OPERA_COOKIES_FILE_NAME NS_LITERAL_STRING("cookies4.dat")
|
||||
#ifdef XP_BEOS
|
||||
#define OPERA_COOKIES_FILE_NAME NS_LITERAL_STRING("cookies.dat")
|
||||
#endif
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// nsBrowserProfileMigrator
|
||||
|
||||
Reference in New Issue
Block a user