From: Amine Khaldi Date: Tue, 22 Apr 2014 21:23:39 +0000 (+0000) Subject: [INETCOMM_WINETEST] X-Git-Tag: backups/0.3.17@66124~1599 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=5da624e0b6f2f6284e0fe361201d22280557695a [INETCOMM_WINETEST] * Sync with Wine 1.7.17. CORE-8080 svn path=/trunk/; revision=62896 --- diff --git a/rostests/winetests/inetcomm/mimeole.c b/rostests/winetests/inetcomm/mimeole.c index 389e267e6c5..7e985636a7d 100644 --- a/rostests/winetests/inetcomm/mimeole.c +++ b/rostests/winetests/inetcomm/mimeole.c @@ -32,7 +32,7 @@ #include "wine/test.h" -static char msg1[] = +static const char msg1[] = "MIME-Version: 1.0\r\n" "Content-Type: multipart/mixed;\r\n" " boundary=\"------------1.5.0.6\";\r\n" @@ -224,7 +224,7 @@ static void test_CreateMessage(void) char text[] = "text"; HBODY *body_list; PROPVARIANT prop; - static char att_pritype[] = "att:pri-content-type"; + static const char att_pritype[] = "att:pri-content-type"; hr = MimeOleCreateMessage(NULL, &msg); ok(hr == S_OK, "ret %08x\n", hr);