Commit in reactos/subsys/win32k/objects on MAIN
bitmaps.c+2-21.57 -> 1.58
Change a UNIMPLEMENTED to a DPRINT so we dont hang
After doing Help -> About -> About OS in Explorer.

reactos/subsys/win32k/objects
bitmaps.c 1.57 -> 1.58
diff -u -r1.57 -r1.58
--- bitmaps.c	23 Feb 2004 22:44:52 -0000	1.57
+++ bitmaps.c	25 Feb 2004 01:25:51 -0000	1.58
@@ -16,7 +16,7 @@
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
-/* $Id: bitmaps.c,v 1.57 2004/02/23 22:44:52 gvg Exp $ */
+/* $Id: bitmaps.c,v 1.58 2004/02/25 01:25:51 sedwards Exp $ */
 #undef WIN32_LEAN_AND_MEAN
 #include <windows.h>
 #include <stdlib.h>
@@ -280,7 +280,7 @@
   }
   if (Planes != 1)
   {
-    UNIMPLEMENTED;
+    DPRINT("NtGdiCreateBitmap - UNIMPLEMENTED\n");
     return  0;
   }
   if (Height < 0)
CVSspam 0.2.8