wininet: Fix the return value check of SHGetSpecialFolderPathW in URLCacheContainers_...
commit2e99817a406bc3ff957fa875e143111ab43a5b6b
authorRob Shearman <rob@codeweavers.com>
Fri, 15 Feb 2008 10:06:38 +0000 (15 10:06 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 16 Feb 2008 12:54:28 +0000 (16 13:54 +0100)
treeca45aace7ed1c41e0d1dfea5aaef664233990928
parentf8f9dbbbe7de084fb9751abd4b523d357b605843
wininet: Fix the return value check of SHGetSpecialFolderPathW in URLCacheContainers_CreateDefaults.

It returns a BOOL, not an HRESULT.
dlls/wininet/urlcache.c