mirror of
https://github.com/reactos/wine.git
synced 2025-02-22 22:01:51 +00:00
widl: Remove unneeded address-of operators from function names.
This commit is contained in:
parent
e05b8aa301
commit
d7f9d92b47
@ -836,7 +836,7 @@ void write_proxies(const statement_list_t *stmts)
|
||||
fprintf(proxy, " _%s_InterfaceNamesList,\n", file_id);
|
||||
if (have_baseiid) fprintf(proxy, " _%s_BaseIIDList,\n", file_id);
|
||||
else fprintf(proxy, " 0,\n");
|
||||
fprintf(proxy, " &_%s_IID_Lookup,\n", file_id);
|
||||
fprintf(proxy, " _%s_IID_Lookup,\n", file_id);
|
||||
fprintf(proxy, " %d,\n", count);
|
||||
fprintf(proxy, " 1,\n");
|
||||
fprintf(proxy, " 0,\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user