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
45f88866
Commit
45f88866
authored
Jun 26, 1999
by
Eric Kohl
Committed by
Alexandre Julliard
Jun 26, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added SHDoDragDrop() stub.
parent
121e672e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletion
+12
-1
shellord.c
dlls/shell32/shellord.c
+11
-0
shell32.spec
relay32/shell32.spec
+1
-1
No files found.
dlls/shell32/shellord.c
View file @
45f88866
...
...
@@ -399,6 +399,17 @@ DWORD WINAPI SHRevokeDragDrop(DWORD x) {
}
/*************************************************************************
* SHDoDragDrop [SHELL32.88]
*
* NOTES
* exported by ordinal
*/
DWORD
WINAPI
SHDoDragDrop
(
DWORD
u
,
DWORD
v
,
DWORD
w
,
DWORD
x
,
DWORD
y
,
DWORD
z
)
{
FIXME
(
"(0x%08lx 0x%08lx 0x%08lx 0x%08lx 0x%08lx 0x%08lx):stub.
\n
"
,
u
,
v
,
w
,
x
,
y
,
z
);
return
0
;
}
/*************************************************************************
* RunFileDlg [SHELL32.61]
*
* NOTES
...
...
relay32/shell32.spec
View file @
45f88866
...
...
@@ -93,7 +93,7 @@ init Shell32LibMain
85 stdcall OpenRegStream(long long long long) OpenRegStream
86 stdcall SHRegisterDragDrop(long ptr) SHRegisterDragDrop
87 stdcall SHRevokeDragDrop(long) SHRevokeDragDrop
88 st
ub
SHDoDragDrop
88 st
dcall SHDoDragDrop(long long long long long long)
SHDoDragDrop
89 stdcall SHCloneSpecialIDList(long long long) SHCloneSpecialIDList
90 stub SHFindFiles
91 stub SHFindComputer
...
...
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