user32/tests: Cast-qual warning fixes.

This commit is contained in:
Paul Vriens 2007-01-12 13:49:08 +01:00 committed by Alexandre Julliard
parent 23bbca535f
commit 53b225b7ab
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{