Commit 53b225b7 authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

user32/tests: Cast-qual warning fixes.

parent 23bbca53
......@@ -1056,7 +1056,7 @@ static void test_shell_window(void)
/************** MDI test ****************/
static const char mdi_lParam_test_message[] = "just a test string";
static char mdi_lParam_test_message[] = "just a test string";
static void test_MDI_create(HWND parent, HWND mdi_client, INT first_id)
{
......
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