Commit 7b9058c8 authored by Frédéric Delanoy's avatar Frédéric Delanoy Committed by Alexandre Julliard

shell32/tests: Constify some character strings.

parent 844ea003
......@@ -1970,8 +1970,8 @@ static void test_SHGetFolderPathAndSubDirA(void)
BOOL delret;
DWORD dwret;
int i;
static char wine[] = "wine";
static char winetemp[] = "wine\\temp";
static const char wine[] = "wine";
static const char winetemp[] = "wine\\temp";
static char appdata[MAX_PATH];
static char testpath[MAX_PATH];
static char toolongpath[MAX_PATH+1];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment