Fix build bustage. (Missing #ifdef)

This commit is contained in:
rjc%netscape.com 2002-01-24 02:08:30 +00:00
Родитель a872dd8dc6
Коммит 0ff9cd6c12
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -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