commit | 04a15af5dc9e0f68b1ee0cad2dbf8b9d642b35e0 | [log] [tgz] |
---|---|---|
author | Dan Hipschman <dsh@linux.ucla.edu> | Mon Aug 28 18:30:16 2006 -0700 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Aug 29 12:29:26 2006 +0200 |
tree | 2d4b51825a3b902874e43cbca3bdf0dbca104bb2 | |
parent | b3a72ad1dd6649f7474375119ada2525a6494faf [diff] |
widl: Add the rest of the pointer types to write_type.
diff --git a/tools/widl/header.c b/tools/widl/header.c index 1503d33..3a4cea9 100644 --- a/tools/widl/header.c +++ b/tools/widl/header.c
@@ -253,7 +253,10 @@ } else fprintf(h, "union %s", t->name); break; + case RPC_FC_RP: + case RPC_FC_UP: case RPC_FC_FP: + case RPC_FC_OP: if (t->ref) write_type(h, t->ref, NULL, t->name); fprintf(h, "*"); break;