From: Matthias Zorn matthias0178@gmail.com
--- dlls/shell32/dialogs.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dlls/shell32/dialogs.c b/dlls/shell32/dialogs.c index 665c7093953..f99c031d7ef 100644 --- a/dlls/shell32/dialogs.c +++ b/dlls/shell32/dialogs.c @@ -79,7 +79,8 @@ static void FillList (HWND, char *, BOOL) ; */ INT WINAPI PickIconDlg(HWND hwndOwner, WCHAR *path, UINT path_len, INT *index) { - FIXME("(%p,%s,%u,%p):stub.\n", hwndOwner, debugstr_w(path), path_len, index); + /*FIXME("(%p,%s,%u,%p):stub.\n", hwndOwner, debugstr_w(path), path_len, index);*/ + MessageBoxW(hwndOwner, L"Hi world!", NULL, MB_OK); return 0xffffffff; }