[Bug 10514] BatteryFormulaRacing: Crash on Unimplemented function wsock32. dll.AcceptEx

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Nov 21 09:28:10 CST 2007


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





--- Comment #10 from Alexandre Julliard <julliard at winehq.org>  2007-11-21 09:28:09 ---
There's no difference, but with builtins since we control the imports we can
make sure that the target dll is imported.

Yes, we could implement lazy forwards and not import the target dll unless the
entry point is used, which is essentially what bug 9420 is about. For builtins
there are very few cases where that would make any difference, so it's not
worth the trouble; it's only because native dlls now start to use that
mechanism that we need to implement it.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list