user32/tests: Cast-qual warning fixes.
This commit is contained in:
parent
23bbca535f
commit
53b225b7ab
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue