From 3e4381aad04894696d12f289d940f846ed7045f9 Mon Sep 17 00:00:00 2001 From: Eric Pouech Date: Tue, 21 May 2002 18:06:07 +0000 Subject: [PATCH] Added stub for ExtractAssociatedIconExA. --- dlls/shell32/shell.c | 12 ++++++++++++ dlls/shell32/shell32.spec | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/dlls/shell32/shell.c b/dlls/shell32/shell.c index f55a62490d4..463ea366686 100644 --- a/dlls/shell32/shell.c +++ b/dlls/shell32/shell.c @@ -373,6 +373,18 @@ HICON WINAPI ExtractAssociatedIconA(HINSTANCE hInst, LPSTR lpIconPath, LPWORD lp return ExtractAssociatedIcon16(hInst,lpIconPath,lpiIcon); } +/************************************************************************* + * ExtractAssociatedIconExA (SHELL32.@) + * + * Return icon for given file (either from file itself or from associated + * executable) and patch parameters if needed. + */ +HICON WINAPI ExtractAssociatedIconExA(DWORD d1, DWORD d2, DWORD d3, DWORD d4) +{ + FIXME("(%lx %lx %lx %lx): stub\n", d1, d2, d3, d4); + return 0; +} + /************************************************************************* * ExtractAssociatedIconExW (SHELL32.@) * diff --git a/dlls/shell32/shell32.spec b/dlls/shell32/shell32.spec index d22eec4c062..5875a9bb8ef 100644 --- a/dlls/shell32/shell32.spec +++ b/dlls/shell32/shell32.spec @@ -324,7 +324,7 @@ init Shell32LibMain @ stub DragQueryFileAorW @ stdcall DuplicateIcon(long long) DuplicateIcon @ stdcall ExtractAssociatedIconA(long ptr long)ExtractAssociatedIconA -@ stub ExtractAssociatedIconExA +@ stdcall ExtractAssociatedIconExA(long long long long)ExtractAssociatedIconExA @ stdcall ExtractAssociatedIconExW(long long long long)ExtractAssociatedIconExW @ stub ExtractAssociatedIconW @ stdcall ExtractIconA(long str long)ExtractIconA