commit | ff302bfc7a03a41a2b38259b5d222aa2d536f6cc | [log] [tgz] |
---|---|---|
author | Eric Kohl <eric.kohl@t-online.de> | Thu Apr 20 22:28:41 2006 +0200 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Apr 21 11:28:03 2006 +0200 |
tree | 48e5e19f82a4bcf89a0dbbffe8715e618bf9f03d | |
parent | 11fdd9584d2240ba99899c35bbebec8758065c62 [diff] |
widl: Implement support for unique pointers to strings.
diff --git a/tools/widl/typegen.c b/tools/widl/typegen.c index b2f160a..033caf8 100644 --- a/tools/widl/typegen.c +++ b/tools/widl/typegen.c
@@ -1708,7 +1708,7 @@ 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,