Josh DuBois <[EMAIL PROTECTED]> writes:
> It looks like the loader would so something useful with the
> information that a dll had failed to load. I'd like to fix it so the
> X11 driver returns useful values to the loader. I haven't looked
> _everywhere_, but from what I see it's just a matter of propagating
> existing return values up the chain.
>
> I'll start work on a patch, but is there any reason that this isn't a
> good idea?
I'd suggest simply displaying a message and doing an ExitProcess()
when something fails, instead of wasting cycles propagating errors
that we cannot recover from anyway. In fact, many functions do that
already, and there are many cases where we waste time checking the
return value of a function that always returns TRUE... it's not a big
deal but if you feel like cleaning this up go ahead.
--
Alexandre Julliard
[EMAIL PROTECTED]