From 6bf5da86947308ff91dcfe086a945f8a7ad3c410 Mon Sep 17 00:00:00 2001 From: "cbiesinger%web.de" Date: Wed, 14 Jul 2004 23:50:21 +0000 Subject: [PATCH] fixing beos bustage from bsmedberg's semi-single-profile landing should not affect other platforms --- mailnews/import/comm4x/src/nsComm4xProfile.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mailnews/import/comm4x/src/nsComm4xProfile.cpp b/mailnews/import/comm4x/src/nsComm4xProfile.cpp index c15245c9724..000c50a1a1b 100644 --- a/mailnews/import/comm4x/src/nsComm4xProfile.cpp +++ b/mailnews/import/comm4x/src/nsComm4xProfile.cpp @@ -49,6 +49,10 @@ #define PREF_FILE_NAME_IN_4x "preferences.js" #elif defined(XP_WIN) || defined(XP_OS2) #define PREF_FILE_NAME_IN_4x "prefs.js" +#else +/* this will cause a failure at run time, as it should, since we don't know + how to migrate platforms other than Mac, Windows and UNIX */ +#define PREF_FILE_NAME_IN_4x "" #endif