"Jürgen Schmied" <[EMAIL PROTECTED]> writes: > 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.
It's already implemented, you just have to list them as DELAYIMPORTS instead of IMPORTS in the makefile. -- Alexandre Julliard [EMAIL PROTECTED]