http://bugs.winehq.org/show_bug.cgi?id=6277
------- Additional Comments From mikolaj.zalewski@gmail.com 2007-16-01 06:24 ------- Created an attachment (id=4617) --> (http://bugs.winehq.org/attachment.cgi?id=4617&action=view) ACLMulti implementation
After implementing ACLMulti the import dialog seems to work. PITy wants also IACListISF but doesn't fail because of it's lack.
However the patch is incorrect in one aspect - the ACLMulti is implemented in browseui.dll, not shell32.dll (at least on my WinXP). Maybe when I'll have some more time I'll try to learn how to add a new dll, write the regsvr infrastructure and I'll implement it properly. BTW it seems the IAutoComplete should also go to browseui.dll.