comdlg32: Fix checks for failure of COMDLG32_SHGetFolderPathW in FILEDLG95_InitControls.
commit4e0100ff06ab27758947c17cd8480f81e42d1a70
authorRob Shearman <rob@codeweavers.com>
Mon, 25 Feb 2008 08:59:46 +0000 (25 08:59 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 25 Feb 2008 12:29:22 +0000 (25 13:29 +0100)
tree8fe5978eca82211cec2ff49aff49cbc96ab012da
parent03812357dbd16c6aadf8828d17bf973655452ae8
comdlg32: Fix checks for failure of COMDLG32_SHGetFolderPathW in FILEDLG95_InitControls.

COMDLG32_SHGetFolderPathW returns a BOOL, not an HRESULT.
dlls/comdlg32/filedlg.c