<<PATCH>> Added shell32.dll functions to browse for unix directory; altered winecfg to use it to select the root directory of a virtual drive

Mike McCormack mike at codeweavers.com
Thu Dec 2 00:19:27 CST 2004


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



More information about the wine-devel mailing list