Changeset 21304 for trunk/src/gdi32/dibitmap.cpp
- Timestamp:
- Jun 18, 2009, 12:12:33 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/dibitmap.cpp
r10579 r21304 183 183 pDCData pHps; 184 184 185 dprintf(("GDI32: CreateCompatibleBitmap. HDC = %08x, w:%d, h:%d",hdc, nWidth, nHeight)); 186 185 187 pHps = (pDCData)OSLibGpiQueryDCData((HPS)hdc); 186 188 if(!pHps)
Note:
See TracChangeset
for help on using the changeset viewer.