Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
a4e51c6b
Commit
a4e51c6b
authored
Feb 25, 2023
by
Gijs Vermeulen
Committed by
Alexandre Julliard
Feb 27, 2023
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32: Add Shell_GetCachedImageIndexA/W exports.
Wine-Bug:
https://bugs.winehq.org/show_bug.cgi?id=54581
parent
53345411
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
iconcache.c
dlls/shell32/iconcache.c
+2
-2
shell32.spec
dlls/shell32/shell32.spec
+2
-0
No files found.
dlls/shell32/iconcache.c
View file @
a4e51c6b
...
...
@@ -737,7 +737,7 @@ HRESULT WINAPI SHMapIDListToImageListIndexAsync(IUnknown *pts, IShellFolder *psf
* Shell_GetCachedImageIndex [SHELL32.72]
*
*/
static
INT
Shell_GetCachedImageIndexA
(
LPCSTR
szPath
,
INT
nIndex
,
BOOL
bSimulateDoc
)
INT
WINAPI
Shell_GetCachedImageIndexA
(
LPCSTR
szPath
,
INT
nIndex
,
BOOL
bSimulateDoc
)
{
INT
ret
,
len
;
LPWSTR
szTemp
;
...
...
@@ -755,7 +755,7 @@ static INT Shell_GetCachedImageIndexA(LPCSTR szPath, INT nIndex, BOOL bSimulateD
return
ret
;
}
static
INT
Shell_GetCachedImageIndexW
(
LPCWSTR
szPath
,
INT
nIndex
,
BOOL
bSimulateDoc
)
INT
WINAPI
Shell_GetCachedImageIndexW
(
LPCWSTR
szPath
,
INT
nIndex
,
BOOL
bSimulateDoc
)
{
WARN
(
"(%s,%08x,%08x) semi-stub.
\n
"
,
debugstr_w
(
szPath
),
nIndex
,
bSimulateDoc
);
...
...
dlls/shell32/shell32.spec
View file @
a4e51c6b
...
...
@@ -453,6 +453,8 @@
@ stdcall ShellExecuteExW (long)
@ stdcall ShellExecuteW (long wstr wstr wstr wstr long)
@ stdcall ShellHookProc(long long long)
@ stdcall Shell_GetCachedImageIndexA(str long long)
@ stdcall Shell_GetCachedImageIndexW(wstr long long)
@ stdcall Shell_NotifyIcon(long ptr) Shell_NotifyIconA
@ stdcall Shell_NotifyIconA(long ptr)
@ stdcall Shell_NotifyIconW(long ptr)
...
...
Vitaly Lipatov
@lav
mentioned in commit
8aaf665b
·
Feb 25, 2024
mentioned in commit
8aaf665b
mentioned in commit 8aaf665bcd697eabaad3d890b232dcb481ea71c4
Toggle commit list
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