Module: wine Branch: master Commit: 8032d3ea214157f76d7483abcb9043a8c80b43a1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=8032d3ea214157f76d7483abcb...
Author: Andrew Talbot andrew.talbot@talbotville.com Date: Sun Aug 7 21:11:35 2011 +0100
shell32: Remove redundant function declaration.
---
dlls/shell32/shfldr.h | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/dlls/shell32/shfldr.h b/dlls/shell32/shfldr.h index 7d33d27..052b040 100644 --- a/dlls/shell32/shfldr.h +++ b/dlls/shell32/shfldr.h @@ -75,9 +75,5 @@ static inline int SHELL32_GUIDToStringW (REFGUID guid, LPWSTR str) void SHELL_FS_ProcessDisplayFilename(LPWSTR szPath, DWORD dwFlags) DECLSPEC_HIDDEN; BOOL SHELL_FS_HideExtension(LPCWSTR pwszPath) DECLSPEC_HIDDEN;
-HRESULT SHELL_CreateContextMenu(HWND hwnd, IContextMenu* system_menu, - IShellFolder *folder, LPCITEMIDLIST folder_pidl, - LPCITEMIDLIST *apidl, UINT cidl, const HKEY *aKeys, - UINT cKeys,REFIID riid, void** ppv) DECLSPEC_HIDDEN; DEFINE_GUID( CLSID_UnixFolder, 0xcc702eb2, 0x7dc5, 0x11d9, 0xc6, 0x87, 0x00, 0x04, 0x23, 0x8a, 0x01, 0xcd ); DEFINE_GUID( CLSID_UnixDosFolder, 0x9d20aae8, 0x0625, 0x44b0, 0x9c, 0xa7, 0x71, 0x88, 0x9c, 0x22, 0x54, 0xd9 );