ole32: Fix testing of HRESULT types with not operator instead of comparing against...
commit064b6fce0c45c7267118cb11466a303d8534819f
authorRob Shearman <robertshearman@gmail.com>
Sun, 17 Aug 2008 17:30:59 +0000 (17 18:30 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 18 Aug 2008 15:34:12 +0000 (18 17:34 +0200)
treeda179084f7b6130978868ad3a4900d8c1526ce83
parentcda469c89029487b8d717891b82f5c24db8b769e
ole32: 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/ole32/compobj.c
dlls/ole32/oleproxy.c
dlls/ole32/storage32.c