widl: Output the correct value for TableSize in ProxyFileInfo.

oldstable
Dan Hipschman 2007-10-15 18:07:52 -07:00 committed by Alexandre Julliard
parent cdcdbe9b68
commit ebfbec6e5c
1 changed files with 1 additions and 1 deletions

View File

@ -661,7 +661,7 @@ void write_proxies(ifref_list_t *ifaces)
c = 0;
if (ifaces)
LIST_FOR_EACH_ENTRY( cur, ifaces, ifref_t, entry )
if(cur->iface->ref)
if(cur->iface->ref && cur->iface->funcs && need_proxy(cur->iface))
{
fprintf(proxy, " if (!_%s_CHECK_IID(%d))\n", file_id, c);
fprintf(proxy, " {\n");