This is not completely right. shlwapi loads ole32 per delay-load what means nearly its linking against it. We don't have anything similar at the moment. I don't think we should do anyting by function pointers. Maybe we could generate stubs during the build process to implement delay loading. It don't looks to hard to implement.
juergen
On 11 Jul 2002 at 21:05, Jon Griffiths wrote:
Hi,
SHLWAPI updates continued.
This patch removes the need for direct linking to ole32, which is only ever late bound by the real SHLWAPI.
For fear of patch conflicts with myself, I haven't included a patch to Makefile.in to remove the import and the FIXME. I'll send this in a later patch, if need be.
ChangeLog:
Jon Griffiths jon_p_griffiths@yahoo.com
+dlls/shlwapi/shlwapi_main.c dlls/shlwapi/string.c Remove the need to directly link to ole32.
===== "Don't wait for the seas to part, or messiahs to come; Don't you sit around and waste this chance..." - Live
jon_p_griffiths@yahoo.com
Do You Yahoo!? Sign up for SBC Yahoo! Dial - First Month Free http://sbc.yahoo.com
--- juergen.schmied@debitel.net