зеркало из https://github.com/mozilla/gecko-dev.git
OS/2 Tinderbox break
OK will someone WAKE UP and realize that we need XP_WIN defined in the build? XP_PC does NOT mean XP_WIN. WE NEED XP_WIN IN THE BUILD SOMEONE TURN IT ON IN THE MAKEFILE!
This commit is contained in:
Родитель
aad3b49e2b
Коммит
6a71d8431c
|
@ -92,7 +92,11 @@ nsProfileAccess::nsProfileAccess()
|
|||
// Get the old moz registry
|
||||
nsCOMPtr<nsIFile> mozRegFile;
|
||||
|
||||
#if defined(XP_PC)
|
||||
#if defined(XP_OS2)
|
||||
NS_GetSpecialDirectory(NS_OS2_DIR, getter_AddRefs(mozRegFile));
|
||||
if (mozRegFile)
|
||||
mozRegFile->Append(WIN_MOZ_REG);
|
||||
#elif defined(XP_PC)
|
||||
NS_GetSpecialDirectory(NS_WIN_WINDOWS_DIR, getter_AddRefs(mozRegFile));
|
||||
if (mozRegFile)
|
||||
mozRegFile->Append(WIN_MOZ_REG);
|
||||
|
|
Загрузка…
Ссылка в новой задаче