Hi Marcus,
2008/3/5, Marcus Meissner meissner@suse.de:
On Wed, Mar 05, 2008 at 06:24:14AM -0600, Alexandre Julliard wrote:
Module: wine Branch: master Commit: c978bbee87dd6e09e4ad836df5ad7d63506face2
break; case TKIND_ENUM: /* confirmed */ case TKIND_RECORD: /* FIXME: mostly untested */
derefhere=TRUE; break;
...
Why the removal of this line? Any indication that it helps?
It was redundant because default is already set to true.
Cheers, Maarten.