shlwapi: Fix testing of HRESULT types with not operator instead of comparing against...
commit9dd75ea09313014f7cbacaab307c27e6b4ac44c3
authorRob Shearman <robertshearman@gmail.com>
Sun, 17 Aug 2008 17:31:57 +0000 (17 18:31 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 18 Aug 2008 15:34:12 +0000 (18 17:34 +0200)
tree7065c9da4b0b3f32494b276ddd72143fac77896d
parent03a25b487f51cbe85e5ef9db56b7b47b9e29b432
shlwapi: 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/shlwapi/ordinal.c
dlls/shlwapi/string.c
dlls/shlwapi/url.c