Changeset 2245 for trunk/src/kernel32/cvticon.cpp
- Timestamp:
- Dec 29, 1999, 1:39:09 PM (26 years ago)
- 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:41sandervl Exp $ */1 /* $Id: cvticon.cpp,v 1.7 1999-12-29 12:39:09 sandervl Exp $ */ 2 2 3 3 /* … … 116 116 bmpHdr->biSizeImage = bwsize + colorsize; 117 117 } 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)); 120 120 //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)); 124 124 125 125 //SvL: 28-09-'98: cllngenu.dll has an incorrect size in the header
Note:
See TracChangeset
for help on using the changeset viewer.