TSIA A+
Name: shell_icon ChangeLog: added stub for ExtractAssociatedIconExA License: X11 GenDate: 2002/05/20 19:23:52 UTC ModifiedFiles: dlls/shell32/shell.c dlls/shell32/shell32.spec AddedFiles: =================================================================== RCS file: /home/cvs/cvsroot/wine/wine/dlls/shell32/shell.c,v retrieving revision 1.38 diff -u -u -r1.38 shell.c --- dlls/shell32/shell.c 9 Mar 2002 23:44:29 -0000 1.38 +++ dlls/shell32/shell.c 9 May 2002 18:35:52 -0000 @@ -374,6 +374,18 @@ } /************************************************************************* + * 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.@) * * Return icon for given file (either from file itself or from associated Index: dlls/shell32/shell32.spec =================================================================== RCS file: /home/cvs/cvsroot/wine/wine/dlls/shell32/shell32.spec,v retrieving revision 1.49 diff -u -u -r1.49 shell32.spec --- dlls/shell32/shell32.spec 14 May 2002 20:55:02 -0000 1.49 +++ dlls/shell32/shell32.spec 15 May 2002 19:05:58 -0000 @@ -324,7 +324,7 @@ @ 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