http://bugs.winehq.org/show_bug.cgi?id=6829
------- Additional Comments From focht@gmx.net 2007-21-04 03:23 ------- Created an attachment (id=5865) --> (http://bugs.winehq.org/attachment.cgi?id=5865&action=view) GetOpenFileName() automated test
Hello,
what's the problem with this? I already stated in comment #19 how it works.
If you dont believe it, i attached an extended version of Lei Zhang test case with hook, which automates cancel.
--- windows output --- CommDlgExtendedError(): 2 GetOpenFileName() returned Cancel CommDlgExtendedError(): 0 --- windows output ---
--- wine output --- [focht@localhost ~]$ wine ./ofn_test.exe CommDlgExtendedError(): 2 GetOpenFileName() returned Cancel CommDlgExtendedError(): 2 --- wine output ---
Regards