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.