fixing cocoa-only bustage; not part of the normal build. a=roc.

git-svn-id: svn://10.0.0.236/trunk@136948 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bryner%netscape.com
2003-01-25 02:18:29 +00:00
parent 73ac5f125a
commit 8768926ab8
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ endif
endif
ifeq (,$(filter mac,$(MOZ_WIDGET_TOOLKIT)))
ifeq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
ifndef BUILD_STATIC_LIBS
ifndef MOZ_TIMELINE
GRE_BUILD = 1;

View File

@@ -382,7 +382,7 @@ PRBool NS_CanRun()
// nsISplashScreen will be removed.
//
#if !defined( XP_PC ) && !defined(MOZ_WIDGET_GTK) && !defined(XP_MAC) && !defined(XP_MACOSX)
#if !defined( XP_PC ) && !defined(MOZ_WIDGET_GTK) && !defined(XP_MAC) && (!defined(XP_MACOSX) || defined(MOZ_WIDGET_COCOA))
nsresult NS_CreateNativeAppSupport(nsINativeAppSupport **aResult)
{