hlink: String target reference is actually moniker target's display name.
authorAndrew Eikum <aeikum@codeweavers.com>
Wed, 30 Dec 2009 17:43:05 +0000 (11:43 -0600)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 31 Dec 2009 11:12:16 +0000 (12:12 +0100)
commit57a47b0833f7be226be8ed8d0407a250e6a02cc7
tree7acdb850cd274bdadbc58c8f0dc3ee621887c576
parent07183b28eb9a501c8da77a4295235b0690f9f0a2
hlink: String target reference is actually moniker target's display name.

The original implementation treated the string target in IHlink as a
separate entity from the moniker target.  In reality, the string target
is just the moniker target's display name and setting one reference also
sets the other.
dlls/hlink/hlink_main.c
dlls/hlink/link.c
dlls/hlink/tests/hlink.c