fix interrogate on Linux

This commit is contained in:
David Rose 2005-07-13 16:48:56 +00:00
parent d6a54c5adf
commit b531ece1b4
2 changed files with 513 additions and 513 deletions

View File

@ -2019,7 +2019,7 @@ void InterfaceMakerPythonNative::write_function_instance(ostream &out, Interface
format_specifiers += "u#";
parameter_list += ", &" + param_name
+ "_str, &" + param_name + "_len";
pexpr_string = "basic_string<wchar_t>(" +
pexpr_string = "basic_string<wchar_t>((wchar_t *)" +
param_name + "_str, " +
param_name + "_len)";

File diff suppressed because it is too large Load Diff