forgot an ifdef. this will fix the tree bustage.

This commit is contained in:
sspitzer%netscape.com 1999-12-22 03:37:04 +00:00
Родитель c3e7250298
Коммит 08fcb42658
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -1756,6 +1756,7 @@ nsPrefMigration::Rename4xFileAfterMigration(nsIFileSpec * profilePath, const cha
return rv;
}
#ifdef NEED_TO_COPY_AND_RENAME_NEWSRC_FILES
nsresult
nsPrefMigration::GetPremigratedFilePref(const char *pref_name, nsIFileSpec **path)
{
@ -1772,6 +1773,8 @@ nsPrefMigration::GetPremigratedFilePref(const char *pref_name, nsIFileSpec **pat
return rv;
}
#endif /* NEED_TO_COPY_AND_RENAME_NEWSRC_FILES */
nsresult
nsPrefMigration::SetPremigratedFilePref(const char *pref_name, nsIFileSpec *path)
{