On Sun, 28 Nov 2004 18:47:18 +0100, Robert van Herk wrote:
I added a new function SHBrowseForUNIXDirectory in brsfolder.c and added it to shlobj.h. Reinstalled the shlobj.h, compiled the shell32.dll, and installed that new one too. Also runned ldconfig (don't know if that is a must).
I don't think we have a specific policy on extending Win32 like this, but it's probably a good idea to make it obvious this API is Wine specific, perhaps by using the GNU coding conventions, eg:
wine_shell_browse_for_folder()
thanks -mike