urlmon: Fix testing of HRESULT types with not operator instead of comparing against...
commit5dd6d798a46d6748907137038184acf17a27ef26
authorRob Shearman <robertshearman@gmail.com>
Sun, 17 Aug 2008 17:32:16 +0000 (17 18:32 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 18 Aug 2008 15:34:12 +0000 (18 17:34 +0200)
tree1f6e74ff8892e0a02bd53f672d6d7470f71fc13f
parent9dd75ea09313014f7cbacaab307c27e6b4ac44c3
urlmon: 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/urlmon/umon.c