On Wed, Mar 05, 2008 at 06:24:14AM -0600, Alexandre Julliard wrote:
Module: wine Branch: master Commit: c978bbee87dd6e09e4ad836df5ad7d63506face2 URL: http://source.winehq.org/git/wine.git/?a=commit;h=c978bbee87dd6e09e4ad836df5...
Author: Maarten Lankhorst m.b.lankhorst@gmail.com Date: Mon Mar 3 14:27:03 2008 -0800
oleaut32: Handle TKIND_ALIAS properly when passed as pointer.
break; case TKIND_ENUM: /* confirmed */ case TKIND_RECORD: /* FIXME: mostly untested */
break;derefhere=TRUE;
...
Why the removal of this line? Any indication that it helps?
Ciao, Marcus
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.