Seamonkey win32 bustage from bug 305949
git-svn-id: svn://10.0.0.236/trunk@184322 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -102,14 +102,6 @@ NS_CopyNativeToUnicode(const nsACString &input, nsAString &output)
|
||||
NS_CStringToUTF16(input, NS_CSTRING_ENCODING_NATIVE_FILESYSTEM, output);
|
||||
}
|
||||
|
||||
inline void
|
||||
CopyUTF16toUTF8(const nsAString &input, nsACString &output)
|
||||
{
|
||||
NS_UTF16ToCString(input, NS_CSTRING_ENCODING_UTF8, output);
|
||||
}
|
||||
|
||||
typedef nsCString nsCAutoString;
|
||||
typedef nsString nsAutoString;
|
||||
typedef nsCString nsXPIDLCString;
|
||||
typedef nsString nsXPIDLString;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user