Changeset 5898 for trunk/src/gdi32/text.cpp
- Timestamp:
- Jun 3, 2001, 2:01:41 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/text.cpp
r5868 r5898 1 /* $Id: text.cpp,v 1.2 4 2001-06-01 19:59:00sandervl Exp $ */1 /* $Id: text.cpp,v 1.25 2001-06-03 12:01:41 sandervl Exp $ */ 2 2 3 3 /* … … 860 860 BOOL WIN32API TextOutW(HDC hdc,int nXStart,int nYStart,LPCWSTR lpszString,int cbString) 861 861 { 862 dprintf(("GDI32: TextOutW "));862 dprintf(("GDI32: TextOutW %x (%d,%d) %ls", hdc, nXStart, nYStart, lpszString)); 863 863 864 864 return InternalTextOutW(hdc,nXStart,nYStart,0,NULL,lpszString,cbString,NULL,FALSE);
Note:
See TracChangeset
for help on using the changeset viewer.