AndrĂ© Hentschel <[email protected]> wrote:

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

It should be 'static const struct {'.

-- 
Dmitry.


Reply via email to