Ignore:
Timestamp:
Dec 29, 1999, 1:39:09 PM (26 years ago)
Author:
sandervl
Message:

dprintf2's for cursor/icon conversion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/cvticon.cpp

    r1475 r2245  
    1 /* $Id: cvticon.cpp,v 1.6 1999-10-27 10:35:41 sandervl Exp $ */
     1/* $Id: cvticon.cpp,v 1.7 1999-12-29 12:39:09 sandervl Exp $ */
    22
    33/*
     
    116116        bmpHdr->biSizeImage = bwsize + colorsize;
    117117  }
    118   dprintf(("Icon size    : %d", bmpHdr->biSizeImage));
    119   dprintf(("Icon Width   : %d", bmpHdr->biWidth));
     118  dprintf2(("Icon size    : %d", bmpHdr->biSizeImage));
     119  dprintf2(("Icon Width   : %d", bmpHdr->biWidth));
    120120  //height for both the XOR and AND bitmap (color & BW)
    121   dprintf(("Height       : %d", bmpHdr->biHeight));
    122   dprintf(("Icon Bitcount: %d", bmpHdr->biBitCount));
    123   dprintf(("Icon Compress: %d", bmpHdr->biCompression));
     121  dprintf2(("Height       : %d", bmpHdr->biHeight));
     122  dprintf2(("Icon Bitcount: %d", bmpHdr->biBitCount));
     123  dprintf2(("Icon Compress: %d", bmpHdr->biCompression));
    124124
    125125  //SvL: 28-09-'98: cllngenu.dll has an incorrect size in the header
Note: See TracChangeset for help on using the changeset viewer.