Dan Hipschman : widl: Add the rest of the pointer types to write_type.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Aug 29 07:19:35 CDT 2006


Module: wine
Branch: master
Commit: 04a15af5dc9e0f68b1ee0cad2dbf8b9d642b35e0
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=04a15af5dc9e0f68b1ee0cad2dbf8b9d642b35e0

Author: Dan Hipschman <dsh at linux.ucla.edu>
Date:   Mon Aug 28 18:30:16 2006 -0700

widl: Add the rest of the pointer types to write_type.

---

 tools/widl/header.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

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 @@ void write_type(FILE *h, type_t *t, cons
         }
         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;




More information about the wine-cvs mailing list