commit | 88090b47a6cd474670350a73a78cc7ade6b93e60 | [log] [tgz] |
---|---|---|
author | Mike McCormack <mike@codeweavers.com> | Wed May 21 18:50:53 2003 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Wed May 21 18:50:53 2003 +0000 |
tree | 1f69377d1583236be6860b49c3b03aa02c6eef23 | |
parent | fa9af1d0dc622cd6c7f316b86dca19a615b8cea0 [diff] |
Remove code that starts wineshelllink, instead create a windows compatible shortcut (*.lnk) file. After creating that file, start a link processor (winemenubuilder) on it, which reads it back then calls wineshelllink. Rework CreateStreamFromFile to create an IStream object that is writeable.