Module: wine Branch: master Commit: 57a47b0833f7be226be8ed8d0407a250e6a02cc7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=57a47b0833f7be226be8ed8d04...
Author: Andrew Eikum aeikum@codeweavers.com Date: Wed Dec 30 11:43:05 2009 -0600
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 | 43 ++--------------- dlls/hlink/link.c | 65 +++++++++++++++++++------- dlls/hlink/tests/hlink.c | 114 +++++++++++++++++++++++++++++++++++++++++++++- 3 files changed, 165 insertions(+), 57 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=57a47b0833f7be226be8ed...