oleaut32: Fix the loading of the parameter name for SLTG propget functions.
commit6f9baca2563707ae9debfc70ea0157109a7418e7
authorRob Shearman <robertshearman@gmail.com>
Wed, 30 Jul 2008 12:18:55 +0000 (30 13:18 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 30 Jul 2008 12:41:57 +0000 (30 14:41 +0200)
tree8afe7f7f3b445b4298c8d955c686bf60682076f6
parent9f9d8dc6839a724ee3c894227b93cff8c53c3031
oleaut32: Fix the loading of the parameter name for SLTG propget functions.

The parameter could have an offset of 0xffff/0xfffe, in which case the
parameter name should be the name of the function, rather than NULL.
dlls/oleaut32/typelib.c