Fix build bustage. (Missing #ifdef)

This commit is contained in:
rjc%netscape.com 2002-01-24 02:08:30 +00:00
parent b42859515c
commit d459d5fae9

View File

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