Ignore:
Timestamp:
Dec 10, 1999, 9:34:06 AM (26 years ago)
Author:
achimha
Message:

added more logging

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 cbratschi Exp $ */
     1/* $Id: text.cpp,v 1.4 1999-12-10 08:34:06 achimha Exp $ */
    22
    33/*
     
    6767{
    6868  //CB: todo
    69 
     69  dprintf(("GDI32: InternalDrawTextExA, unimplemented stub!\n"));
    7070  return 0;
    7171}
     
    8888{
    8989  //CB: todo
    90 
     90  dprintf(("GDI32: InternalTabbedTextOutA, unimplemented stub!\n"));
    9191  return 0;
    9292}
     
    109109{
    110110  //CB: todo
    111 
     111  dprintf(("GDI32: InternalGetTabbedTexExtentA, unimplemented stub!\n"));
    112112  return 0;
    113113}
Note: See TracChangeset for help on using the changeset viewer.