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.
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.