[user32/tests] Cast-qual warning fixes

Paul Vriens paul.vriens.wine at gmail.com
Fri Jan 12 06:49:08 CST 2007


Hi,

fix some warnings.

Changelog
   Cast-qual warning fixes

Cheers,

Paul.
-------------- next part --------------
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)
 {
-- 
1.4.4.4



More information about the wine-patches mailing list