Missing exports?

Alexandre Julliard julliard at winehq.org
Wed Dec 31 18:21:45 CST 2003


Tom <twickline at skybest.com> writes:

> So if your willing to spec/stub,,,, ill start with version resource's
> and go from there.
>
> Any other volunteers?
>
> Alexandre this is up to you I guess.......
> Can we ??

No. As already explained a number of times, adding stubs for new
functions is just asking for trouble, since apps will now try to call
the functions and die. Stubs should only be added if there's an app
that requires them. Same thing with dlls, unless there is a reason to
have a stub dll it's much better to not have one at all so that the
native one gets used.

-- 
Alexandre Julliard
julliard at winehq.com



More information about the wine-devel mailing list