Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
3e4381aa
Commit
3e4381aa
authored
May 21, 2002
by
Eric Pouech
Committed by
Alexandre Julliard
May 21, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added stub for ExtractAssociatedIconExA.
parent
0587a472
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletion
+13
-1
shell.c
dlls/shell32/shell.c
+12
-0
shell32.spec
dlls/shell32/shell32.spec
+1
-1
No files found.
dlls/shell32/shell.c
View file @
3e4381aa
...
...
@@ -374,6 +374,18 @@ HICON WINAPI ExtractAssociatedIconA(HINSTANCE hInst, LPSTR lpIconPath, LPWORD lp
}
/*************************************************************************
* 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
...
...
dlls/shell32/shell32.spec
View file @
3e4381aa
...
...
@@ -324,7 +324,7 @@ init Shell32LibMain
@ stub DragQueryFileAorW
@ stdcall DuplicateIcon(long long) DuplicateIcon
@ stdcall ExtractAssociatedIconA(long ptr long)ExtractAssociatedIconA
@ st
ub
ExtractAssociatedIconExA
@ st
dcall ExtractAssociatedIconExA(long long long long)
ExtractAssociatedIconExA
@ stdcall ExtractAssociatedIconExW(long long long long)ExtractAssociatedIconExW
@ stub ExtractAssociatedIconW
@ stdcall ExtractIconA(long str long)ExtractIconA
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment