http://bugs.winehq.org/show_bug.cgi?id=24864
--- Comment #5 from Nikolay Sivov bunglehead@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).