Added SHFlushClipboard.
diff --git a/dlls/shell32/shellord.c b/dlls/shell32/shellord.c
index 245bd7c..1f0a1aa 100644
--- a/dlls/shell32/shellord.c
+++ b/dlls/shell32/shellord.c
@@ -876,10 +876,10 @@
return 0;
}
/*************************************************************************
- * SHRunConrolPanel [SHELL32.161]
+ * SHRunControlPanel [SHELL32.161]
*
*/
-HRESULT WINAPI SHRunConrolPanel (DWORD x, DWORD z)
+HRESULT WINAPI SHRunControlPanel (DWORD x, DWORD z)
{ FIXME(shell,"0x%08lx 0x%08lx stub\n",x,z);
return 0;
}
@@ -972,3 +972,11 @@
return 0;
}
+/*************************************************************************
+ * SHFlushClipboard [SHELL32.121]
+ *
+ */
+HRESULT WINAPI SHFlushClipboard(VOID)
+{ FIXME(shell,"stub\n");
+ return 0;
+}
diff --git a/relay32/shell32.spec b/relay32/shell32.spec
index c416eeb..f82f18e 100644
--- a/relay32/shell32.spec
+++ b/relay32/shell32.spec
@@ -22,7 +22,7 @@
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 @@
118 stdcall FileMenu_Destroy (long) FileMenu_Destroy
119 stdcall IsLFNDrive(str) IsLFNDrive
120 stub FileMenu_AbortInitMenu
- 121 stub SHFlushClipboard
+ 121 stdcall SHFlushClipboard() SHFlushClipboard
122 stub RunDLL_CallEntry16
123 stdcall SHFreeUnusedLibraries (long) SHFreeUnusedLibraries
124 stub FileMenu_AppendFilesForPidl
@@ -166,7 +166,7 @@
158 stdcall PathGetExtension(str long long) PathGetExtension
159 stub PathIsDirectory
160 stub SHNetConnectionDialog
- 161 stdcall SHRunConrolPanel (long long)SHRunConrolPanel
+ 161 stdcall SHRunControlPanel (long long)SHRunControlPanel
162 stub SHSimpleIDListFromPath
163 stub StrToOleStr
164 stub Win32DeleteFile