mirror of
https://github.com/reactos/reactos.git
synced 2025-04-26 00:20:34 +00:00
- Fix build
svn path=/trunk/; revision=40876
This commit is contained in:
parent
f88f6ac8f2
commit
e88065b003
1 changed files with 0 additions and 2 deletions
|
@ -26,8 +26,6 @@ WCHAR swShell32Name[MAX_PATH];
|
||||||
DWORD NumIconOverlayHandlers = 0;
|
DWORD NumIconOverlayHandlers = 0;
|
||||||
IShellIconOverlayIdentifier ** Handlers = NULL;
|
IShellIconOverlayIdentifier ** Handlers = NULL;
|
||||||
|
|
||||||
const GUID IID_IShellIconOverlayIdentifier = {0x0c6c4200L, 0xc589, 0x11d0, {0x99, 0x9a, 0x00, 0xc0, 0x4f, 0xd6, 0x55, 0xe1}};
|
|
||||||
|
|
||||||
static HRESULT getIconLocationForFolder(LPCITEMIDLIST pidl, UINT uFlags,
|
static HRESULT getIconLocationForFolder(LPCITEMIDLIST pidl, UINT uFlags,
|
||||||
LPWSTR szIconFile, UINT cchMax, int *piIndex, UINT *pwFlags)
|
LPWSTR szIconFile, UINT cchMax, int *piIndex, UINT *pwFlags)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue