Hack around broken state management so InstallShield works.

This commit is contained in:
Robert Shearman 2005-07-20 10:30:04 +00:00 committed by Alexandre Julliard
parent 423371828a
commit 4fad9ddc86
1 changed files with 3 additions and 1 deletions

View File

@ -481,7 +481,9 @@ BOOL stub_manager_notify_unmarshal(struct stub_manager *m)
default:
WARN("object OID %s already unmarshaled\n",
wine_dbgstr_longlong(m->oid));
ret = FALSE;
ret = TRUE; /* FIXME: the state management should be per-ifstub, so
* it is disabled at the moment so that InstallShield
* works again */
break;
}