Changeset 2052 for trunk/src/gdi32/text.cpp
- Timestamp:
- Dec 10, 1999, 9:34:06 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/text.cpp
r2049 r2052 1 /* $Id: text.cpp,v 1. 3 1999-12-09 16:49:45 cbratschiExp $ */1 /* $Id: text.cpp,v 1.4 1999-12-10 08:34:06 achimha Exp $ */ 2 2 3 3 /* … … 67 67 { 68 68 //CB: todo 69 69 dprintf(("GDI32: InternalDrawTextExA, unimplemented stub!\n")); 70 70 return 0; 71 71 } … … 88 88 { 89 89 //CB: todo 90 90 dprintf(("GDI32: InternalTabbedTextOutA, unimplemented stub!\n")); 91 91 return 0; 92 92 } … … 109 109 { 110 110 //CB: todo 111 111 dprintf(("GDI32: InternalGetTabbedTexExtentA, unimplemented stub!\n")); 112 112 return 0; 113 113 }
Note:
See TracChangeset
for help on using the changeset viewer.