Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-fonts
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
Aleksandr Isakov
wine-fonts
Commits
ddecd8a9
Commit
ddecd8a9
authored
Mar 25, 1999
by
Juergen Schmied
Committed by
Alexandre Julliard
Mar 25, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
New stub shell_654.
parent
99b118a2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
shellord.c
dlls/shell32/shellord.c
+5
-0
shell32.spec
relay32/shell32.spec
+1
-1
No files found.
dlls/shell32/shellord.c
View file @
ddecd8a9
...
...
@@ -1258,3 +1258,8 @@ HRESULT WINAPI RunDLL_CallEntry16(DWORD v, DWORD w, DWORD x, DWORD y, DWORD z)
{
FIXME
(
shell
,
"0x%04lx 0x%04lx 0x%04lx 0x%04lx 0x%04lx stub
\n
"
,
v
,
w
,
x
,
y
,
z
);
return
0
;
}
HRESULT
shell32_654
(
DWORD
x
,
DWORD
y
)
{
FIXME
(
shell
,
"0x%08lx 0x%08lx stub
\n
"
,
x
,
y
);
return
0
;
}
relay32/shell32.spec
View file @
ddecd8a9
...
...
@@ -367,7 +367,7 @@ init Shell32LibMain
651 stdcall ReadCabinetState (long long) ReadCabinetState
652 stdcall WriteCabinetState (long) WriteCabinetState
653 stdcall PathProcessCommand (long long long long) PathProcessCommand
654 stdcall shell32_654 (long long) shell32_654
660 stdcall FileIconInit (long) FileIconInit
680 stdcall IsUserAdmin () IsUserAdmin
...
...
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