Author: akhaldi
Date: Tue Apr 22 21:23:39 2014
New Revision: 62896
URL:
http://svn.reactos.org/svn/reactos?rev=62896&view=rev
Log:
[INETCOMM_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080
Modified:
trunk/rostests/winetests/inetcomm/mimeole.c
Modified: trunk/rostests/winetests/inetcomm/mimeole.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/winetests/inetcomm/mimeol…
==============================================================================
--- trunk/rostests/winetests/inetcomm/mimeole.c [iso-8859-1] (original)
+++ trunk/rostests/winetests/inetcomm/mimeole.c [iso-8859-1] Tue Apr 22 21:23:39 2014
@@ -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 @@
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);