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
c31a0cc4
Commit
c31a0cc4
authored
Jan 20, 2009
by
Aric Stewart
Committed by
Alexandre Julliard
Jan 21, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32: Initial stub for SHGetImageList.
parent
20d6bc8a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
shell32.spec
dlls/shell32/shell32.spec
+1
-0
shellord.c
dlls/shell32/shellord.c
+6
-0
No files found.
dlls/shell32/shell32.spec
View file @
c31a0cc4
...
...
@@ -256,6 +256,7 @@
704 stdcall -noname GUIDFromStringW(wstr ptr)
714 stdcall @(ptr) SHELL32_714 # PathIsTemporaryW
727 stdcall SHGetImageList(long ptr ptr)
730 stdcall -noname RestartDialogEx(long wstr long long)
1217 stub FOOBAR1217 # no joke! This is the real name!!
...
...
dlls/shell32/shellord.c
View file @
c31a0cc4
...
...
@@ -2017,3 +2017,9 @@ BOOL WINAPI LinkWindow_UnregisterClass(void)
void
WINAPI
SHFlushSFCache
(
void
)
{
}
HRESULT
WINAPI
SHGetImageList
(
int
iImageList
,
REFIID
riid
,
void
**
ppv
)
{
FIXME
(
"STUB: %i %s
\n
"
,
iImageList
,
debugstr_guid
(
riid
));
return
E_NOINTERFACE
;
}
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