Make this symbol static to avoid clashes in a static build. Not part of the build.

This commit is contained in:
bryner%netscape.com 2002-06-03 09:34:50 +00:00
parent 338f8499f4
commit c922258229

View File

@ -84,7 +84,7 @@ static NS_DEFINE_CID(kCDragServiceCID, NS_DRAGSERVICE_CID);
extern nsIRollupListener * gRollupListener;
extern nsIWidget * gRollupWidget;
PRBool OnMacOSX();
static PRBool OnMacOSX();
#define kWindowPositionSlop 20
@ -1539,7 +1539,7 @@ void nsCocoaWindow::IsActive(PRBool* aActive)
//
// Return true if we are on Mac OS X, caching the result after the first call
//
PRBool
static PRBool
OnMacOSX()
{