Author: janderwald
Date: Sun May 10 05:10:00 2009
New Revision: 40876
URL:
http://svn.reactos.org/svn/reactos?rev=40876&view=rev
Log:
- Fix build
Modified:
trunk/reactos/dll/win32/shell32/folders.c
Modified: trunk/reactos/dll/win32/shell32/folders.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/folders.…
==============================================================================
--- trunk/reactos/dll/win32/shell32/folders.c [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/shell32/folders.c [iso-8859-1] Sun May 10 05:10:00 2009
@@ -26,8 +26,6 @@
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)
{