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.