From f8294a310ae0e46ea3c59aa1b5b60500deda0a05 Mon Sep 17 00:00:00 2001 From: Giannis Adamopoulos Date: Wed, 17 Dec 2014 12:28:35 +0000 Subject: [PATCH] [RSHELL] - Remove definition for an undocumented function that already exists in our headers - See issue CORE-8920 svn path=/trunk/; revision=65701 --- reactos/base/shell/rshell/CMenuToolbars.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/reactos/base/shell/rshell/CMenuToolbars.cpp b/reactos/base/shell/rshell/CMenuToolbars.cpp index 69318137103..9708d400881 100644 --- a/reactos/base/shell/rshell/CMenuToolbars.cpp +++ b/reactos/base/shell/rshell/CMenuToolbars.cpp @@ -32,13 +32,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(CMenuToolbars); -extern "C" -HRESULT WINAPI SHGetImageList( - _In_ int iImageList, - _In_ REFIID riid, - _Out_ void **ppv - ); - // FIXME: Enable if/when wine comctl supports this flag properly #define USE_TBSTYLE_EX_VERTICAL 0