mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
[RSHELL]
- Remove definition for an undocumented function that already exists in our headers - See issue CORE-8920 svn path=/trunk/; revision=65701
This commit is contained in:
parent
fadad0db13
commit
f8294a310a
1 changed files with 0 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue