Changeset 2802 for trunk/src/gdi32/dibitmap.cpp
- Timestamp:
- Feb 16, 2000, 3:25:43 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/dibitmap.cpp
r2718 r2802 1 /* $Id: dibitmap.cpp,v 1. 3 2000-02-10 00:36:10sandervl Exp $ */1 /* $Id: dibitmap.cpp,v 1.4 2000-02-16 14:18:09 sandervl Exp $ */ 2 2 3 3 /* … … 17 17 #include "dibsect.h" 18 18 19 #define DBG_LOCALLOG DBG_dibitmap 20 #include "dbglocal.h" 21 19 22 //****************************************************************************** 20 23 //****************************************************************************** … … 31 34 if(lpbmih->biHeight < 0) 32 35 { 33 ((BITMAPINFOHEADER *)lpbmih)->biHeight = -lpbmih->biHeight; 36 dprintf(("GDI32: CreateDIBitmap negative height! (%d,%d)", lpbmih->biWidth, lpbmih->biHeight)); 37 ((BITMAPINFOHEADER *)lpbmih)->biHeight = -lpbmih->biHeight; 34 38 } 35 39
Note:
See TracChangeset
for help on using the changeset viewer.