oleaut32: Fix testing of HRESULT types with not operator instead of comparing against...
commite57697a04b702adec26b196868fb767f7d6b8ed0
authorRob Shearman <robertshearman@gmail.com>
Sun, 17 Aug 2008 17:31:17 +0000 (17 18:31 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 18 Aug 2008 15:34:12 +0000 (18 17:34 +0200)
tree2d040bfa6236a9e6f4f60e7872013b9b50101e75
parent064b6fce0c45c7267118cb11466a303d8534819f
oleaut32: Fix testing of HRESULT types with not operator instead of comparing against S_OK.

This makes it more obvious what the code is doing.
dlls/oleaut32/variant.c
dlls/oleaut32/vartype.c