Changeset 2560 for trunk/src/user32/uitools.cpp
- Timestamp:
- Jan 29, 2000, 3:23:33 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/uitools.cpp
r2469 r2560 1 /* $Id: uitools.cpp,v 1.2 1 2000-01-18 20:10:47sandervl Exp $ */1 /* $Id: uitools.cpp,v 1.22 2000-01-29 14:23:33 sandervl Exp $ */ 2 2 /* 3 3 * User Interface Functions … … 2003 2003 2004 2004 if (str) 2005 O32_DrawText(hdc,2005 DrawTextA (hdc, 2006 2006 str, 2007 2007 -1, … … 2017 2017 128); 2018 2018 2019 O32_DrawText(hdc,2019 DrawTextA (hdc, 2020 2020 szText, 2021 2021 nLen,
Note:
See TracChangeset
for help on using the changeset viewer.