Changeset 10392 for trunk/src/gdi32/text.cpp
- Timestamp:
- Jan 14, 2004, 5:53:25 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/text.cpp
r10391 r10392 1 /* $Id: text.cpp,v 1.4 1 2004-01-14 11:07:35 sandervl Exp $ */1 /* $Id: text.cpp,v 1.42 2004-01-14 16:53:25 sandervl Exp $ */ 2 2 3 3 /* … … 463 463 pDCData pHps = (pDCData)OSLibGpiQueryDCData((HPS)hdc); 464 464 465 dprintf(("GDI32: GetTextExtentPointW % ls", lpString));465 dprintf(("GDI32: GetTextExtentPointW %.*ls", cbString, lpString)); 466 466 if(pHps == NULL) 467 467 {
Note:
See TracChangeset
for help on using the changeset viewer.