One final wchar_t -> PRUnichar. Not part of the build.
git-svn-id: svn://10.0.0.236/trunk@145403 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1886,7 +1886,7 @@ PyObject *PyXPCOM_GatewayVariantHelper::MakeSingleParam(int index, PythonTypeDes
|
||||
break;
|
||||
}
|
||||
case nsXPTType::T_WCHAR: {
|
||||
wchar_t temp = (wchar_t)DEREF_IN_OR_OUT(ns_v.val.wc, PRUint16);
|
||||
PRUnichar temp = (PRUnichar)DEREF_IN_OR_OUT(ns_v.val.wc, PRUnichar);
|
||||
ret = PyUnicodeUCS2_FromUnicode(&temp, 1);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user