const some strings
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2003-09-22 Dom Lachowicz <cinamod@hotmail.com>
|
||||||
|
|
||||||
|
* src/xp_theme.c: Make a string array const
|
||||||
|
|
||||||
2003-09-20 Raymond Penners <raymond@dotsphinx.com>
|
2003-09-20 Raymond Penners <raymond@dotsphinx.com>
|
||||||
|
|
||||||
* === Released 0.4.3 ===
|
* === Released 0.4.3 ===
|
||||||
|
|||||||
@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
static LPCWSTR class_descriptors[] =
|
static const LPCWSTR class_descriptors[] =
|
||||||
{
|
{
|
||||||
L"Scrollbar",
|
L"Scrollbar",
|
||||||
L"Button",
|
L"Button",
|
||||||
|
|||||||
Reference in New Issue
Block a user