From: poy <po...@12...> - 2007-12-15 17:08:57
|
you'll need the IShellLink and IPersistFile interfaces, which need the win32 headers to be included. having DC++ follow shortcuts automatically, so that one can add a shortcut to a file in one's share instead of copying the whole file, would be awesome. :) poy ----- Original Message ----- From: "Jacek Sieka" <arn...@gm...> To: "Patches & development discussion" <dcp...@li...> Sent: Friday, December 14, 2007 8:45 PM Subject: Re: [dcplusplus-devel] LinuxDC++: Convert u_int*_t to uint*_t C99 types >> Adds an option to not follow symbolic links on *nix systems. Sometimes >> following links can be problematic so this option is necessary for these >> situations. > Ok. At some point I really have to make the settings stuff a little less > centralized...technically > this could be implemented for win32 as well I think, but I don't remember > the exact semantics of > shell links with regards to directories... |