[Bug 33311] Loading of libraries intended to be delay loaded for a built-in module actually is not delayed

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Apr 1 04:37:17 CDT 2013


http://bugs.winehq.org/show_bug.cgi?id=33311

--- Comment #2 from Dmitry Timoshkov <dmitry at baikal.ru> 2013-04-01 04:37:17 CDT ---
The problem is that all the additional overhead caused by loading the DLL
is actually not being delayed. For instance marking winspool as delay loaded
module doesn't mean that it will be loaded and initialized only when one of
its APIs is called like it works under Windows. In other words adding a module
to DELAYIMPORTS list in Makefile does nothing.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list