[comctl32] implement header callback support (HDN_GETDISPINFO notification)

Michael Stefaniuc mstefani at redhat.com
Tue Nov 15 04:48:01 CST 2005


Vitaliy Margolen wrote:
> Monday, November 14, 2005, 6:31:29 PM, Raphael wrote:
> 
>>Changelog:
>> - implement implement header callback support (HDN_GETDISPINFO notification):
> 
> 
> Patch comments:
> Please use the commonly accepted coding style in wine:
> - Indents are 4 spaces (and spaces, not tabs)
> - Curly brackets go to their own line:
The style of bracketing was never part of the "commonly accepted coding 
style in wine". In use are K&R and Gnu style. Though K&R style is The 
Best and Gnu style an abomination. We didn't have a coding style flame 
war in a while ;)


>   if (somethin)
>   {
>       do_this;
>   }
>   else
>   {
>       do_something_else;
>   }
> 
> 

bye
	michael
-- 
Michael Stefaniuc               Tel.: +49-711-96437-199
Sr. Network Engineer            Fax.: +49-711-96437-111
Red Hat GmbH                    Email: mstefani at redhat.com
Hauptstaetterstr. 58            http://www.redhat.de/
D-70178 Stuttgart



More information about the wine-devel mailing list