Commit e77a079b authored by Dan Hipschman's avatar Dan Hipschman Committed by Alexandre Julliard

widl: Fix NdrComplexStructUnmarshall calls in generated code.

parent b17d1c14
......@@ -486,7 +486,7 @@ static void unmarshall_copy_arg( var_t *arg )
break;
case RPC_FC_BOGUS_STRUCT:
print_proxy( "NdrComplexStructUnmarshall(&_StubMsg, (unsigned char*)%s, ", arg->name );
print_proxy( "NdrComplexStructUnmarshall(&_StubMsg, (unsigned char**)&%s, ", arg->name );
fprintf(proxy, "&__MIDL_TypeFormatString.Format[%d], 0 );\n", index );
break;
......
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