From a8ea46b7a9807c01a00395ca1e09f05e8568c63e Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Sun, 11 Oct 1998 13:25:51 +0000 Subject: [PATCH] Added SHFlushClipboard. --- dlls/shell32/shellord.c | 12 ++++++++++-- relay32/shell32.spec | 6 +++--- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/dlls/shell32/shellord.c b/dlls/shell32/shellord.c index 245bd7c17c4..1f0a1aad500 100644 --- a/dlls/shell32/shellord.c +++ b/dlls/shell32/shellord.c @@ -876,10 +876,10 @@ HRESULT WINAPI SHWinHelp (DWORD v, DWORD w, DWORD x, DWORD z) 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 @@ HRESULT WINAPI SHFileOperationA(DWORD x) 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 c416eeb1e5c..f82f18e89d3 100644 --- a/relay32/shell32.spec +++ b/relay32/shell32.spec @@ -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 stub SHFlushClipboard + 121 stdcall 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 SHRunConrolPanel (long long)SHRunConrolPanel + 161 stdcall SHRunControlPanel (long long)SHRunControlPanel 162 stub SHSimpleIDListFromPath 163 stub StrToOleStr 164 stub Win32DeleteFile