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
a8ea46b7
Commit
a8ea46b7
authored
Oct 11, 1998
by
Eric Kohl
Committed by
Alexandre Julliard
Oct 11, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added SHFlushClipboard.
parent
17216d35
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
5 deletions
+13
-5
shellord.c
dlls/shell32/shellord.c
+10
-2
shell32.spec
relay32/shell32.spec
+3
-3
No files found.
dlls/shell32/shellord.c
View file @
a8ea46b7
...
...
@@ -876,10 +876,10 @@ HRESULT WINAPI SHWinHelp (DWORD v, DWORD w, DWORD x, DWORD z)
return
0
;
}
/*************************************************************************
* SHRunConrolPanel [SHELL32.161]
* SHRunCon
t
rolPanel [SHELL32.161]
*
*/
HRESULT
WINAPI
SHRunConrolPanel
(
DWORD
x
,
DWORD
z
)
HRESULT
WINAPI
SHRunCon
t
rolPanel
(
DWORD
x
,
DWORD
z
)
{
FIXME
(
shell
,
"0x%08lx 0x%08lx stub
\n
"
,
x
,
z
);
return
0
;
}
...
...
@@ -972,3 +972,11 @@ HRESULT WINAPI SHFileOperationA(DWORD x)
return
0
;
}
/*************************************************************************
* SHFlushClipboard [SHELL32.121]
*
*/
HRESULT
WINAPI
SHFlushClipboard
(
VOID
)
{
FIXME
(
shell
,
"stub
\n
"
);
return
0
;
}
relay32/shell32.spec
View file @
a8ea46b7
...
...
@@ -22,7 +22,7 @@ init Shell32LibMain
14 stub Control_FillCache_RunDLLW@16 # exported by name
15 stdcall ILGetDisplayName(ptr ptr) ILGetDisplayName
16 stdcall ILFindLastID(ptr) ILFindLastID
17 stdcall ILRemoveLastID
@4
(ptr) ILRemoveLastID
17 stdcall ILRemoveLastID(ptr) ILRemoveLastID
18 stdcall ILClone(ptr) ILClone
19 stdcall ILCloneFirst (ptr) ILCloneFirst
20 stub ILGlobalClone@4
...
...
@@ -126,7 +126,7 @@ init Shell32LibMain
118 stdcall FileMenu_Destroy (long) FileMenu_Destroy
119 stdcall IsLFNDrive(str) IsLFNDrive
120 stub FileMenu_AbortInitMenu
121 st
ub
SHFlushClipboard
121 st
dcall SHFlushClipboard()
SHFlushClipboard
122 stub RunDLL_CallEntry16
123 stdcall SHFreeUnusedLibraries (long) SHFreeUnusedLibraries
124 stub FileMenu_AppendFilesForPidl
...
...
@@ -166,7 +166,7 @@ init Shell32LibMain
158 stdcall PathGetExtension(str long long) PathGetExtension
159 stub PathIsDirectory
160 stub SHNetConnectionDialog
161 stdcall SHRunCon
rolPanel (long long)SHRunCon
rolPanel
161 stdcall SHRunCon
trolPanel (long long)SHRunCont
rolPanel
162 stub SHSimpleIDListFromPath
163 stub StrToOleStr
164 stub Win32DeleteFile
...
...
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