kernel32: Constify some data.

This commit is contained in:
Dmitry Timoshkov 2011-04-07 15:01:40 +09:00 committed by Alexandre Julliard
parent 890ecdad24
commit 08f8f50894

View file

@ -356,7 +356,7 @@ static void test_string_conversion(LPBOOL bUsedDefaultChar)
static void test_undefined_byte_char(void)
{
struct tag_testset {
static const struct tag_testset {
INT codepage;
LPCSTR str;
BOOL is_error;