From e88065b003cc8ea303db93b1831536bd823f9439 Mon Sep 17 00:00:00 2001 From: Johannes Anderwald Date: Sun, 10 May 2009 01:10:00 +0000 Subject: [PATCH] - Fix build svn path=/trunk/; revision=40876 --- reactos/dll/win32/shell32/folders.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/reactos/dll/win32/shell32/folders.c b/reactos/dll/win32/shell32/folders.c index 0f40aa865b1..9b71506a5f0 100644 --- a/reactos/dll/win32/shell32/folders.c +++ b/reactos/dll/win32/shell32/folders.c @@ -26,8 +26,6 @@ WCHAR swShell32Name[MAX_PATH]; DWORD NumIconOverlayHandlers = 0; 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, LPWSTR szIconFile, UINT cchMax, int *piIndex, UINT *pwFlags) {