From: Matthias Zorn matthias0178@gmail.com
--- dlls/shell32/dialogs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/shell32/dialogs.c b/dlls/shell32/dialogs.c index 30998f8e4bb..44865508f0a 100644 --- a/dlls/shell32/dialogs.c +++ b/dlls/shell32/dialogs.c @@ -111,7 +111,7 @@ static WCHAR *PickIconDlg_CreateExpanded(WCHAR *just_path_with_backslash_at_end, INT WINAPI PickIconDlg(HWND hwndOwner, WCHAR *path, UINT path_len, INT *index) { WCHAR *expanded; - const WCHAR filename[] = { 'a', '.', 'o', 'u', 't', 0 }; + WCHAR filename[] = { 'a', '.', 'o', 'u', 't', 0 }; expanded = PickIconDlg_CreateExpanded(path, filename); /*FIXME("(%p,%s,%u,%p):stub.\n", hwndOwner, debugstr_w(path), path_len, index);*/ MessageBoxW(hwndOwner, L"Hi world!", expanded, MB_OK);