[Bug 24864] Windows Double Explorer complains "unable to find an entry point named 'IUnknown_SetSite' in DLL 'SHLWAPI.DLL'"

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Oct 23 13:21:33 CDT 2010


http://bugs.winehq.org/show_bug.cgi?id=24864

--- Comment #5 from Nikolay Sivov <bunglehead at gmail.com> 2010-10-23 13:21:33 CDT ---
Created an attachment (id=31466)
 --> (http://bugs.winehq.org/attachment.cgi?id=31466)
patch

Try this patch.

Actually LoadLibraryEx is used with LOAD_WITH_ALTERED_SEARCH_PATH, so probably
an application supplied shlwapi should be used in this case, so to possible
cases:

- shlwapi doesn't exist in specified path and system one should be used;
- it exists but doesn't provide and export.

We need to test this application on Windows 7 to be sure (I don't have a Win7
set up too).

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list