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
1 changed files with 1 additions and 1 deletions

View File

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