Commit c4173f7b authored by Eric Kohl's avatar Eric Kohl Committed by Alexandre Julliard

widl: Server stubs in generated code are void functions.

parent e7ecbe42
......@@ -120,8 +120,7 @@ static void write_function_stubs(type_t *iface)
}
}
write_type(server, def->type, def, def->tname);
fprintf(server, " __RPC_STUB\n");
fprintf(server, "void __RPC_STUB\n");
fprintf(server, "%s_", iface->name);
write_name(server, def);
fprintf(server, "(\n");
......
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