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
3558cdb8
Commit
3558cdb8
authored
Dec 11, 2006
by
Hans Leidekker
Committed by
Alexandre Julliard
Dec 11, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32: Add a stub implementation for SHLoadNonloadedIconOverlayIdentifiers.
parent
92460b98
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
shell32.spec
dlls/shell32/shell32.spec
+1
-1
shell32_main.c
dlls/shell32/shell32_main.c
+8
-0
No files found.
dlls/shell32/shell32.spec
View file @
3558cdb8
...
...
@@ -361,7 +361,7 @@
@ stub SHInvokePrinterCommandW
@ stdcall SHIsFileAvailableOffline(wstr ptr)
@ stdcall SHLoadInProc(long)
@ st
ub SHLoadNonloadedIconOverlayIdentifiers
@ st
dcall SHLoadNonloadedIconOverlayIdentifiers()
@ stub SHPathPrepareForWriteA
@ stub SHPathPrepareForWriteW
@ stdcall SHQueryRecycleBinA(str ptr)
...
...
dlls/shell32/shell32_main.c
View file @
3558cdb8
...
...
@@ -1076,6 +1076,14 @@ void WINAPI FreeIconList( DWORD dw )
FIXME
(
"%x: stub
\n
"
,
dw
);
}
/*************************************************************************
* SHLoadNonloadedIconOverlayIdentifiers (SHELL32.@)
*/
HRESULT
SHLoadNonloadedIconOverlayIdentifiers
(
VOID
)
{
FIXME
(
"stub
\n
"
);
return
S_OK
;
}
/***********************************************************************
* DllGetVersion [SHELL32.@]
...
...
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