Give a more informative error when a DLL fails to initialize

Mike Hearn mike at navi.cx
Mon Jan 10 11:43:24 CST 2005


On Mon, 2005-01-10 at 11:31 -0600, Robert Shearman wrote:
> You don't need to add these unnecessary brackets. They add nothing to 
> the readability of the code.

I normally wouldn't but the code style in that section is to avoid stuff
like this:

if (foo)
	bar
else
{
	baz
}

which I do think looks weird and detracts from the readability. It's not
a big deal at any rate. 




More information about the wine-devel mailing list