[PATCH 0/1] MR9404: Draft: shell32: Test PickIconDlg
8 Nov
8 Nov
1:43 p.m.
New subject: [PATCH 1/1] shell32: Implement PickIconDlg
From: Matthias Zorn <matthias0178(a)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 665c7093953..b1f503950db 100644 --- a/dlls/shell32/dialogs.c +++ b/dlls/shell32/dialogs.c @@ -79,7 +79,7 @@ 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); + MessageBoxW(hwndOwner, L"Hello, world!", NULL, MB_OK); return 0xffffffff; } -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/9404
40
Age (days ago)
40
Last active (days ago)
1 comments
2 participants
participants (2)
-
Matthias Zorn -
Matthias Zorn (@Matthias-Zorn.0178)