Author: hpoussin Date: Wed May 13 02:06:41 2009 New Revision: 40907
URL: http://svn.reactos.org/svn/reactos?rev=40907&view=rev Log: Fix build
Modified: trunk/reactos/dll/win32/shell32/iconcache.c
Modified: trunk/reactos/dll/win32/shell32/iconcache.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/iconcache... ============================================================================== --- trunk/reactos/dll/win32/shell32/iconcache.c [iso-8859-1] (original) +++ trunk/reactos/dll/win32/shell32/iconcache.c [iso-8859-1] Wed May 13 02:06:41 2009 @@ -396,7 +396,7 @@ return FALSE; }
- hDC = CreateICW(L"DISPLAY", NULL, NULL, NULL); bpp 0 + hDC = CreateICW(L"DISPLAY", NULL, NULL, NULL); if (!hDC) { ERR("Failed to create information context (error %d)\n", GetLastError());