Commit 08f8f508 authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

kernel32: Constify some data.

parent 890ecdad
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment