Changeset 7713 for trunk/src/gdi32/dibitmap.cpp
- Timestamp:
- Dec 30, 2001, 11:19:05 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/dibitmap.cpp
r7635 r7713 1 /* $Id: dibitmap.cpp,v 1. 29 2001-12-15 18:50:25 sandervl Exp $ */1 /* $Id: dibitmap.cpp,v 1.30 2001-12-30 22:19:05 sandervl Exp $ */ 2 2 3 3 /* … … 489 489 } 490 490 491 if(pBitmapInfo->bmiHeader.biHeight < 0) { 492 dprintf(("!WARNING! Negative height!!")); 493 } 491 494 ret = O32_SetDIBits(hdc, hBitmap, startscan, numlines, pBits, pBitmapInfo, usage); 492 495 if(newbits) free(newbits);
Note:
See TracChangeset
for help on using the changeset viewer.