Le 13/08/2012 09:51, Dmitry Timoshkov a écrit :
Eric Pouech wrote:
It would look much better without all those 'ret' + 'else' things.
well, wine doesn't have coding guidelines...
so I don't know what "look much better" means (project wise)
For this particalr patch it means:
1. less code
2.
Eric Pouech wrote:
> > It would look much better without all those 'ret' + 'else' things.
> well, wine doesn't have coding guidelines...
> so I don't know what "look much better" means (project wise)
For this particalr patch it means:
1. less code
2. simpler code
3. more readable code
and has
> It would look much better without all those 'ret' + 'else' things.
well, wine doesn't have coding guidelines...
so I don't know what "look much better" means (project wise)
A+
--
Eric Pouech
Eric Pouech wrote:
> MMRESULT WINAPI acmFormatChooseW(PACMFORMATCHOOSEW pafmtc)
> {
> -return DialogBoxParamW(MSACM_hInstance32,
> MAKEINTRESOURCEW(DLG_ACMFORMATCHOOSE_ID),
> - pafmtc->hwndOwner, FormatChooseDlgProc,
> (LPARAM)pafmtc);
> +MMRESULTret;
> +