mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 17:12:57 +00:00
Remove leftover debug print
svn path=/trunk/; revision=42316
This commit is contained in:
parent
f037eef079
commit
04ae85ed31
1 changed files with 0 additions and 1 deletions
|
@ -110,7 +110,6 @@ ICON_CreateCursorFromData(HDC hDC, PVOID ImageData, ICONIMAGE* IconImage, int cx
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
FIXME("loading %d bpp color cursor\n", IconImage->icHeader.biBitCount);
|
|
||||||
IconInfo.hbmColor = CreateDIBitmap(hDC, &IconImage->icHeader, CBM_INIT,
|
IconInfo.hbmColor = CreateDIBitmap(hDC, &IconImage->icHeader, CBM_INIT,
|
||||||
ImageData, (BITMAPINFO*)IconImage,
|
ImageData, (BITMAPINFO*)IconImage,
|
||||||
DIB_RGB_COLORS);
|
DIB_RGB_COLORS);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue