fixing btek bustage
git-svn-id: svn://10.0.0.236/trunk@164381 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user