mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 03:43:36 +00:00
Now we can open special folder shortcut, thanks to #6546. Let's allow users to create various shortcut files. JIRA issue: CORE-5866 - Remove BIF_RETURNONLYFSDIRS flag because the system can open special folder shortcuts now. - Add LPITEMIDLIST pidlTarget to CREATE_LINK_CONTEXT structure. - Use pidlTarget if the target is a special folder. - Fix CShellLink::DoOpen for arguments.