Paul Vriens : user32/tests: Cast-qual warning fixes.
Module: wine Branch: master Commit: 53b225b7ab9cc884226412cd64ad70b57c5fdb1a URL: http://source.winehq.org/git/wine.git/?a=commit;h=53b225b7ab9cc884226412cd64... Author: Paul Vriens <paul.vriens.wine(a)gmail.com> Date: Fri Jan 12 13:49:08 2007 +0100 user32/tests: Cast-qual warning fixes. --- dlls/user32/tests/win.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/user32/tests/win.c b/dlls/user32/tests/win.c index 3dde99a..a420e28 100644 --- a/dlls/user32/tests/win.c +++ b/dlls/user32/tests/win.c @@ -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) {
participants (1)
-
Alexandre Julliard