25 Aug
2005
25 Aug
'05
8:03 a.m.
Robert Shearman <rob(a)codeweavers.com> writes:
Anything that uses SearchPath is similarly broken when needing to find a builtin dll or exe. We should add a hack^H^H^H^Hextension to that function to make it be able to find installed .so files with a similar name.
That won't really help, because even if CreateFile succeeds we can't retrieve the resources from the ELF file. PrivateExtractIcons should probably try to do a LoadLibrary if the file doesn't exist. -- Alexandre Julliard julliard(a)winehq.org