kernel32: Constify some data.
This commit is contained in:
parent
890ecdad24
commit
08f8f50894
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue