Commit ff302bfc authored by Eric Kohl's avatar Eric Kohl Committed by Alexandre Julliard

widl: Implement support for unique pointers to strings.

parent 11fdd958
......@@ -1708,7 +1708,7 @@ void write_remoting_arguments(FILE *file, int indent, const func_t *func,
fprintf(file, ";\n");
}
if (phase == PHASE_FREE)
if ((phase == PHASE_FREE) || (pointer_type == RPC_FC_UP))
print_phase_function(file, indent, "Pointer", phase, var->name, *type_offset);
else
print_phase_function(file, indent, "ConformantString", phase, var->name,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment