[2/8] widl: Don't forget conformance info on [iid_is] void pointers. (resend)

Michael Karcher wine at mkarcher.dialup.fu-berlin.de
Sat Jan 10 15:36:36 CST 2009


---
 tools/widl/typegen.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/widl/typegen.c b/tools/widl/typegen.c
index 2b0e414..7dfa0b2 100644
--- a/tools/widl/typegen.c
+++ b/tools/widl/typegen.c
@@ -3046,7 +3046,7 @@ static void write_parameter_conf_or_var_exprs(FILE *file, int indent, const char
             }
             break;
         }
-        else if (type->type == RPC_FC_IP)
+        else if (type->type == RPC_FC_IP || type->type == 0)
         {
             expr_t *iid;
 
-- 
1.5.6.5





More information about the wine-devel mailing list