comctl32: Avoid magic numbers

Nikolay Sivov nsivov at codeweavers.com
Fri Oct 31 00:11:02 CDT 2014


>    /* FIXME: This flag is undocumented and unknown by our CompareString.
> -   *        We need a define for it.
>     */
> -  dwFlags = 0x10000000;
> +  dwFlags = LOCALE_RETURN_GENITIVE_NAMES;
>    if (!bCase) dwFlags |= NORM_IGNORECASE;

It makes no sense to use this flag from CompareString(). I think it's 
better to remove it along with this comment.



More information about the wine-devel mailing list