Re: UnixFolder_IShellFOlder used instead of SHELL32_IShellFolder

2005-11-01 Thread Michael Jung
Hi Vitaly, On Tuesday 01 November 2005 19:35, Vitaliy Margolen wrote: > For some reason now UnixFolder_IShellFOlder is used in some cases where > SHELL32_IShellFolder should of been used instead. That's how it is supposed to work. If unixfs is registered in the namespace at the desktop, the desk

UnixFolder_IShellFOlder used instead of SHELL32_IShellFolder

2005-11-01 Thread Vitaliy Margolen
For some reason now UnixFolder_IShellFOlder is used in some cases where SHELL32_IShellFolder should of been used instead. If you look at the sheel32/test/shlfolder.c test_EnumObjects_and_CompareIDs it should use the real IShellFolder. But for some reason it's being replaced by UnixFolder_IShellFOl