зеркало из https://github.com/mozilla/pjs.git
Fix build bustage. (Missing #ifdef)
This commit is contained in:
Родитель
a872dd8dc6
Коммит
0ff9cd6c12
|
@ -865,6 +865,7 @@ nsAppShellService::GetNativeAppSupport( nsINativeAppSupport **aResult ) {
|
|||
}
|
||||
|
||||
|
||||
#if defined(XP_MAC) || defined(XP_MACOSX)
|
||||
//
|
||||
// Return true if we are on Mac OS X, caching the result after the first call
|
||||
//
|
||||
|
@ -882,3 +883,4 @@ OnMacOSX()
|
|||
}
|
||||
return gOnMacOSX;
|
||||
}
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче