http://bugs.winehq.org/show_bug.cgi?id=10514
--- Comment #10 from Alexandre Julliard julliard@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.