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
4ee4c064
Commit
4ee4c064
authored
Oct 20, 2015
by
Nikolay Sivov
Committed by
Alexandre Julliard
Oct 21, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32: Cleanup ReadCabinetState exports.
Signed-off-by:
Nikolay Sivov
<
nsivov@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
dc72103a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
18 deletions
+3
-18
shell32.spec
dlls/shell32/shell32.spec
+3
-3
shellord.c
dlls/shell32/shellord.c
+0
-15
No files found.
dlls/shell32/shell32.spec
View file @
4ee4c064
...
...
@@ -245,10 +245,10 @@
650 stdcall -noname PathIsSameRoot(ptr ptr) PathIsSameRootAW
651 stdcall -noname
ReadCabinetState(long long)
# OldReadCabinetState
652 stdcall -noname WriteCabinetState(
long
)
651 stdcall -noname
@(ptr long) ReadCabinetState
# OldReadCabinetState
652 stdcall -noname WriteCabinetState(
ptr
)
653 stdcall -noname PathProcessCommand(long long long long) PathProcessCommandAW
654 stdcall
@(long long) shell32_654 # ReadCabinetState@8
654 stdcall
ReadCabinetState(ptr long)
660 stdcall -noname FileIconInit(long)
680 stdcall IsUserAnAdmin()
...
...
dlls/shell32/shellord.c
View file @
4ee4c064
...
...
@@ -1555,21 +1555,6 @@ BOOL WINAPI SHWaitForFileToOpen(
}
/************************************************************************
* @ [SHELL32.654]
*
* NOTES
* first parameter seems to be a pointer (same as passed to WriteCabinetState)
* second one could be a size (0x0c). The size is the same as the structure saved to
* HCU\Software\Microsoft\Windows\CurrentVersion\Explorer\CabinetState
* I'm (js) guessing: this one is just ReadCabinetState ;-)
*/
HRESULT
WINAPI
shell32_654
(
CABINETSTATE
*
cs
,
int
length
)
{
TRACE
(
"%p %d
\n
"
,
cs
,
length
);
return
ReadCabinetState
(
cs
,
length
);
}
/************************************************************************
* RLBuildListOfPaths [SHELL32.146]
*
* NOTES
...
...
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