Re: user32: Optimize the storage of default values
24 Aug
2010
24 Aug
'10
5:39 a.m.
André Hentschel <nerv(a)dawncrow.de> wrote:
-static const char * const DefSysColors[] = +static struct { + const char *name; + const COLORREF rgb; +} DefSysColors[] =
It should be 'static const struct {'. -- Dmitry.
5593
Age (days ago)
5593
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov