comdlg32: Fix a problem with the returned value of a CDN_FILEOK notification.

Paul Vriens paul.vriens.wine at gmail.com
Fri Jul 3 00:49:33 CDT 2009


Rein Klazes wrote:
> fixes bug #19079
> 
> The application of this bug report subclasses the window proc of the file
> dialog. It does not return the result in the DWLP_MSGRESULT dialog
> property but the return code of the window proc. Tests are provided to
> show correct behaviour in all cases, subclassed or not.
> ---
>  dlls/comdlg32/filedlg.c       |    8 ++--
>  dlls/comdlg32/tests/filedlg.c |  112 +++++++++++++++++++++++++++++++++++++++++
>  2 files changed, 116 insertions(+), 4 deletions(-)
> 
Hi Rein,

This one introduced extra test failures on Vista. On 1 Vista box and 
W2K8 the test times out (crashes?).

Could you have a look.

-- 
Cheers,

Paul.



More information about the wine-devel mailing list