[ros-diffs] [hpoussin] 40907: Fix build

hpoussin at svn.reactos.org hpoussin at svn.reactos.org
Wed May 13 00:06:42 CEST 2009


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.c?rev=40907&r1=40906&r2=40907&view=diff
==============================================================================
--- 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());



More information about the Ros-diffs mailing list