http://bugs.winehq.org/show_bug.cgi?id=3591
--- Comment #23 from Bernhard Reiter ockham@raz.or.at --- Well if I read BindImageEx docs correctly, the actual work is probably performed by some user callback passed as StatusRoutine pointer (http://msdn.microsoft.com/en-us/library/windows/desktop/ms680653%28v=vs.85%2...) to BindImageEx, with arguments passed by BindImageEx such as the library names and paths. So if I understand correctly, BindImageEx doesn't have to copy DLLs, but -- at least a stub -- just needs to pass their names and paths to StatusRoutine. Is that correct? And would that be hard to implement?