oleaut32: Don't store result of CompareStringW in HRESULT in OLEFontImpl_IsEqual.
commitab8302d88f0a483c94c26a32814172f15001e56f
authorRob Shearman <rob@codeweavers.com>
Wed, 27 Feb 2008 16:48:00 +0000 (27 16:48 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 28 Feb 2008 09:44:17 +0000 (28 10:44 +0100)
tree96585b479681c4a767e39c2e20c0e5352910ce7f
parent3183ad65d27d1ba4de255400277dfd46044d2ab8
oleaut32: Don't store result of CompareStringW in HRESULT in OLEFontImpl_IsEqual.

It returns an INT, which is quite different to an HRESULT.
dlls/oleaut32/olefont.c