Robert Shearman <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED]
