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)
|
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;
|
||||||
|
|
Loading…
Reference in New Issue