fixing btek bustage

git-svn-id: svn://10.0.0.236/trunk@164381 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
darin%meer.net
2004-10-25 21:11:55 +00:00
parent 9c8cfffe0b
commit 22793b1418

View File

@@ -333,10 +333,9 @@ class NS_LossyConvertUCS2toASCII : public nsCString
#define NS_LITERAL_CSTRING(s) nsDependentCString(s)
#ifdef HAVE_CPP_2BYTE_WCHAR_T
// only used by nsNativeAppSupport{Win,OS2}.cpp
#if defined(XP_WIN) || defined(XP_OS2)
#define NS_LITERAL_STRING(s) nsDependentString(L##s)
#else
#error "need implementation of NS_LITERAL_STRING"
#endif
#define EmptyCString() nsCString()