PATCH: stop crashes in desktop mode

Dimitrie O. Paun dpaun at rogers.com
Sun Sep 28 01:57:06 CDT 2003


On September 27, 2003 11:41 pm, Alex Pasadyn wrote:
> +                    ERR("CWSibling specified, but\n");
> +                    ERR("    parent1 = %lx\n", parent_ret);
> +                    ERR("    parent2 = %lx\n", parent2_ret);
> +                    ERR("    --> ignoring CWSibling\n");

If you split error messages like this, they can get messed up
by different threads. Besides, it is not common idiom, we don't
usually have such things. It is best avoided.

-- 
Dimi.




More information about the wine-devel mailing list