Ignore:
Timestamp:
Jan 29, 2000, 3:23:33 PM (26 years ago)
Author:
sandervl
Message:

Call DrawTextA in uitools.cpp, not Open32's DrawText.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/uitools.cpp

    r2469 r2560  
    1 /* $Id: uitools.cpp,v 1.21 2000-01-18 20:10:47 sandervl Exp $ */
     1/* $Id: uitools.cpp,v 1.22 2000-01-29 14:23:33 sandervl Exp $ */
    22/*
    33 * User Interface Functions
     
    20032003
    20042004    if (str)
    2005       O32_DrawText (hdc,
     2005      DrawTextA (hdc,
    20062006                    str,
    20072007                    -1,
     
    20172017                                128);
    20182018
    2019       O32_DrawText (hdc,
     2019      DrawTextA (hdc,
    20202020                    szText,
    20212021                    nLen,
Note: See TracChangeset for help on using the changeset viewer.