change a MOZ_PHOENIX ifdef to a MOZ_XUL_APP ifdef in order to help thunderbird build on linux.

git-svn-id: svn://10.0.0.236/trunk@141736 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
scott%scott-macgregor.org
2003-04-24 06:25:12 +00:00
parent 0289e62521
commit 3c4337c36a

View File

@@ -27,7 +27,7 @@
#include "gdk/gdk.h"
#include "prenv.h"
#include "nsString.h"
#ifdef MOZ_PHOENIX
#ifdef MOZ_XUL_APP
extern char* splash_xpm[];
#else
#include SPLASH_XPM