Robert van Herk wrote:
Added functionality to browse for a UNIX folder. This is done by making two new funtions in dlls/shell32/brsfolder.c, namely wine_shell_browse_for_UNIX_directoryA wine_shell_browse_for_UNIX_directoryW These functions are exported in shlobj.h.
How about creating a new object class or interface to an existing object that exposes these interfaces? That way you won't need to export any extra functions from shell32.
Mike