user32: Optimize the storage of default values

Dmitry Timoshkov dmitry at codeweavers.com
Tue Aug 24 00:39:59 CDT 2010


André Hentschel <nerv at dawncrow.de> wrote:

> -static const char * const DefSysColors[] =
> +static struct {
> +    const char                  *name;
> +    const COLORREF              rgb;
> +} DefSysColors[] =

It should be 'static const struct {'.

-- 
Dmitry.



More information about the wine-devel mailing list