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
6089fe86
Commit
6089fe86
authored
Jun 10, 2007
by
Louis Lenders
Committed by
Alexandre Julliard
Jun 11, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32: Add stub for SHUpdateRecycleBinIcon.
parent
de559d9c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletion
+12
-1
recyclebin.c
dlls/shell32/recyclebin.c
+11
-0
shell32.spec
dlls/shell32/shell32.spec
+1
-1
No files found.
dlls/shell32/recyclebin.c
View file @
6089fe86
...
...
@@ -512,3 +512,14 @@ static const IPersistFolder2Vtbl recycleBinPersistVtbl =
/* IPersistFolder2 */
RecycleBin_GetCurFolder
};
/*************************************************************************
* SHUpdateRecycleBinIcon [SHELL32.@]
*
* Undocumented
*/
HRESULT
WINAPI
SHUpdateRecycleBinIcon
(
void
)
{
FIXME
(
"stub
\n
"
);
return
S_OK
;
}
dlls/shell32/shell32.spec
View file @
6089fe86
...
...
@@ -368,7 +368,7 @@
@ stdcall SHQueryRecycleBinA(str ptr)
@ stdcall SHQueryRecycleBinW(wstr ptr)
@ stdcall SHSetLocalizedName(wstr wstr long)
@ st
ub SHUpdateRecycleBinIcon
@ st
dcall SHUpdateRecycleBinIcon()
@ stdcall SheChangeDirA(str)
@ stub SheChangeDirExA
@ stub SheChangeDirExW
...
...
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