OLE: fix handling of INVOKE_PROPERTYGET flag in ITypeComp_fnBind.
authorRobert Shearman <rob@codeweavers.com>
Sat, 3 Dec 2005 17:03:29 +0000 (18:03 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 3 Dec 2005 17:03:29 +0000 (18:03 +0100)
commita61e4e802ce05e9aa9380ec2547fe98016efd1ca
tree3ae3dafafa6489982dfdd91ca6a4516c0c299d56
parent067f09604ad69d2c41a2bc78a3c3308f60ce3d51
OLE: fix handling of INVOKE_PROPERTYGET flag in ITypeComp_fnBind.

The INVOKE_PROPERTYGET flag shouldn't affect binding to variables; it
should just affect which of a pair of [propget] and [propput]
functions should be returned.
dlls/oleaut32/typelib.c