Remove broken return value handling code and that would reference
authorRobert Shearman <rob@codeweavers.com>
Thu, 1 Dec 2005 11:48:56 +0000 (12:48 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 1 Dec 2005 11:48:56 +0000 (12:48 +0100)
commit695556af168a5ed21e466367e1454ff5cb3630d0
tree57c4d654957a812f25c4a743739fffba2c5cd496
parentc1ed640224a53ab53ca605fa9eda34720b53a4c3
Remove broken return value handling code and that would reference
memory beyond the end of the arguments array. Replace it with code
that properly handles referencing the return type and setting the
return type to VT_VOID when a dispinterface function doesn't have any
return value.
dlls/oleaut32/typelib.c