Author: gadamopoulos
Date: Wed Dec 17 12:28:35 2014
New Revision: 65701

URL: http://svn.reactos.org/svn/reactos?rev=65701&view=rev
Log:
[RSHELL]
- Remove definition for an undocumented function that already exists in our 
headers
- See issue CORE-8920

Modified:
    trunk/reactos/base/shell/rshell/CMenuToolbars.cpp

Modified: trunk/reactos/base/shell/rshell/CMenuToolbars.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/rshell/CMenuToolbars.cpp?rev=65701&r1=65700&r2=65701&view=diff
==============================================================================
--- trunk/reactos/base/shell/rshell/CMenuToolbars.cpp   [iso-8859-1] (original)
+++ trunk/reactos/base/shell/rshell/CMenuToolbars.cpp   [iso-8859-1] Wed Dec 17 
12:28:35 2014
@@ -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
 


Reply via email to